{"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/stochastic-depth","entry":"stochastic_depth","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":8,"n_papers_ran":5,"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":8,"n_samples_ran":6,"n_samples_fingerprinted":0,"n_places":9,"n_places_pointer_only":0,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":5,"ran":1,"unverified":2},"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":"2510.25094","paper":"/paper/arxiv-2510-25094","title":"Visual Diversity and Region-aware Prompt Learning for Zero-shot HOI Detection","date":null,"month_inferred_from_arxiv_id":"2025-10","title_source":"syntology","repo":"mlvlab/VDRP","path":"transformer_layers.py","file_url":"https://github.com/mlvlab/VDRP/blob/HEAD/transformer_layers.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"256ec3ee8631f23b","mcp_get_code":{"code_sha256":"256ec3ee8631f23b"}},{"arxiv_id":"2403.07711","paper":"/paper/ssm-meets-video-diffusion-models-efficient","title":"SSM Meets Video Diffusion Models: Efficient Long-Term Video Generation with Structured State Spaces","date":"2024-03-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"shim0114/SSM-Meets-Video-Diffusion-Models","path":"video_diffusion_pytorch/s4d.py","file_url":"https://github.com/shim0114/SSM-Meets-Video-Diffusion-Models/blob/HEAD/video_diffusion_pytorch/s4d.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"cb1e186caa6a9a11","mcp_get_code":{"code_sha256":"cb1e186caa6a9a11"}},{"arxiv_id":"2308.06202","paper":"/paper/exploring-predicate-visual-context-in","title":"Exploring Predicate Visual Context in Detecting Human-Object Interactions","date":"2023-08-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"fredzzhang/pvic","path":"transformers.py","file_url":"https://github.com/fredzzhang/pvic/blob/HEAD/transformers.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"256ec3ee8631f23b","mcp_get_code":{"code_sha256":"256ec3ee8631f23b"}},{"arxiv_id":"2201.03545","paper":"/paper/a-convnet-for-the-2020s","title":"A ConvNet for the 2020s","date":"2022-01-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pytorch/vision","path":"torchvision/models/convnext.py","file_url":"https://github.com/pytorch/vision/blob/HEAD/torchvision/models/convnext.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"a796360490702186","mcp_get_code":{"code_sha256":"a796360490702186"}},{"arxiv_id":"2103.14030","paper":"/paper/swin-transformer-hierarchical-vision","title":"Swin Transformer: Hierarchical Vision Transformer using Shifted Windows","date":"2021-03-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pytorch/vision","path":"torchvision/models/swin_transformer.py","file_url":"https://github.com/pytorch/vision/blob/HEAD/torchvision/models/swin_transformer.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"e6ac1ffd60c632a3","mcp_get_code":{"code_sha256":"e6ac1ffd60c632a3"}},{"arxiv_id":"1911.04252","paper":"/paper/self-training-with-noisy-student-improves","title":"Self-training with Noisy Student improves ImageNet classification","date":"2019-11-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"google-research/noisystudent","path":"utils.py","file_url":"https://github.com/google-research/noisystudent/blob/HEAD/utils.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":"c0942e1efe9598d2","mcp_get_code":{"code_sha256":"c0942e1efe9598d2"}},{"arxiv_id":"1905.11946","paper":"/paper/efficientnet-rethinking-model-scaling-for","title":"EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks","date":"2019-05-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"canturan10/satellighte","path":"satellighte/archs/efficientnet/module.py","file_url":"https://github.com/canturan10/satellighte/blob/HEAD/satellighte/archs/efficientnet/module.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"326c8379ce627360","mcp_get_code":{"code_sha256":"326c8379ce627360"}},{"arxiv_id":"1905.11946","paper":"/paper/efficientnet-rethinking-model-scaling-for","title":"EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks","date":"2019-05-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pytorch/vision","path":"torchvision/models/efficientnet.py","file_url":"https://github.com/pytorch/vision/blob/HEAD/torchvision/models/efficientnet.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"6010c21fa9b1def9","mcp_get_code":{"code_sha256":"6010c21fa9b1def9"}},{"arxiv_id":"1603.09382","paper":"/paper/deep-networks-with-stochastic-depth","title":"Deep Networks with Stochastic Depth","date":"2016-03-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pytorch/vision","path":"torchvision/ops/stochastic_depth.py","file_url":"https://github.com/pytorch/vision/blob/HEAD/torchvision/ops/stochastic_depth.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"23e54ee64c53fb22","mcp_get_code":{"code_sha256":"23e54ee64c53fb22"}}]}