{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/code/resnet101-2","entry":"ResNet101","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":11,"n_papers_ran":3,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":11,"n_samples_ran":3,"n_samples_fingerprinted":0,"n_places":11,"n_places_pointer_only":5,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":3,"ran_fixture":0,"ran":0,"unverified":8},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2606.08574","paper":"/paper/arxiv-2606-08574","title":"OrderDP: A Theoretically Guaranteed Lossless Dynamic Data Pruning Framework","date":null,"month_inferred_from_arxiv_id":"2026-06","title_source":"syntology","repo":"shengze-xu/OrderDP","path":"cifar/model.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2595afb92d0b7b6c","mcp_get_code":{"code_sha256":"2595afb92d0b7b6c"}},{"arxiv_id":"2411.01409","paper":"/paper/classifier-guided-gradient-modulation-for","title":"Classifier-guided Gradient Modulation for Enhanced Multimodal Learning","date":"2024-11-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zrguo/CGGM","path":"models/segmodel.py","file_url":"https://github.com/zrguo/CGGM/blob/HEAD/models/segmodel.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"6aa213f79f005ec4","mcp_get_code":{"code_sha256":"6aa213f79f005ec4"}},{"arxiv_id":"2210.06155","paper":"/paper/ernie-layout-layout-knowledge-enhanced-pre","title":"ERNIE-Layout: Layout Knowledge Enhanced Pre-training for Visually-rich Document Understanding","date":"2022-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"NormXU/ERNIE-Layout-Pytorch","path":"networks/visual_backbone.py","file_url":"https://github.com/NormXU/ERNIE-Layout-Pytorch/blob/HEAD/networks/visual_backbone.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"015a941d044dac12","mcp_get_code":{"code_sha256":"015a941d044dac12"}},{"arxiv_id":"2203.09744","paper":"/paper/class-balanced-pixel-level-self-labeling-for","title":"Class-Balanced Pixel-Level Self-Labeling for Domain Adaptive Semantic Segmentation","date":"2022-03-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lslrh/CPSL","path":"models/adaptation_modelv2.py","file_url":"https://github.com/lslrh/CPSL/blob/HEAD/models/adaptation_modelv2.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"3fdfa7a5ae64d9f9","mcp_get_code":{"code_sha256":"3fdfa7a5ae64d9f9"}},{"arxiv_id":"2108.06337","paper":"/paper/dual-path-learning-for-domain-adaptation-of","title":"Dual Path Learning for Domain Adaptation of Semantic Segmentation","date":"2021-08-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"royee182/DPL","path":"DPL_master/model/deeplab.py","file_url":"https://github.com/royee182/DPL/blob/HEAD/DPL_master/model/deeplab.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c44e4869263db29a","mcp_get_code":{"code_sha256":"c44e4869263db29a"}},{"arxiv_id":"2101.10979","paper":"/paper/prototypical-pseudo-label-denoising-and","title":"Prototypical Pseudo Label Denoising and Target Structure Learning for Domain Adaptive Semantic Segmentation","date":"2021-01-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"microsoft/ProDA","path":"models/adaptation_modelv2.py","file_url":"https://github.com/microsoft/ProDA/blob/HEAD/models/adaptation_modelv2.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"724f27e7f6fe421c","mcp_get_code":{"code_sha256":"724f27e7f6fe421c"}},{"arxiv_id":"2011.10566","paper":"/paper/exploring-simple-siamese-representation","title":"Exploring Simple Siamese Representation Learning","date":"2020-11-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Reza-Safdari/SimSiam","path":"simsiam/model_factory.py","file_url":"https://github.com/Reza-Safdari/SimSiam/blob/HEAD/simsiam/model_factory.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"ed0e4015879df242","mcp_get_code":{"code_sha256":"ed0e4015879df242"}},{"arxiv_id":"2006.07733","paper":"/paper/bootstrap-your-own-latent-a-new-approach-to","title":"Bootstrap your own latent: A new approach to self-supervised Learning","date":"2020-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"liyi01827/noisy-contrastive","path":"simsiam/model_factory.py","file_url":"https://github.com/liyi01827/noisy-contrastive/blob/HEAD/simsiam/model_factory.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1d47aaa21a3bb862","mcp_get_code":{"code_sha256":"1d47aaa21a3bb862"}},{"arxiv_id":"1904.03955","paper":"/paper/kervolutional-neural-networks","title":"Kervolutional Neural Networks","date":"2019-04-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"liuch37/Kerception","path":"models/resnet.py","file_url":"https://github.com/liuch37/Kerception/blob/HEAD/models/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"ceed7484006a1872","mcp_get_code":{"code_sha256":"ceed7484006a1872"}},{"arxiv_id":"1802.02611","paper":"/paper/encoder-decoder-with-atrous-separable","title":"Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation","date":"2018-02-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mlearing/pytorch-deeplab-v3-plus","path":"networks/deeplab_resnet.py","file_url":"https://github.com/mlearing/pytorch-deeplab-v3-plus/blob/HEAD/networks/deeplab_resnet.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5b3058ed46740fef","mcp_get_code":{"code_sha256":"5b3058ed46740fef"}},{"arxiv_id":"2025.emnlp-main.688","paper":null,"title":"arXiv:2025.emnlp-main.688","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"yueen-ma/Astra","path":"model/visual_model/resnet_encoder.py","file_url":"https://github.com/yueen-ma/Astra/blob/HEAD/model/visual_model/resnet_encoder.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"70f9803c8c020b39","mcp_get_code":{"code_sha256":"70f9803c8c020b39"}}]}