{"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/fast-collate","entry":"fast_collate","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":4,"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":9,"n_samples_ran":2,"n_samples_fingerprinted":0,"n_places":11,"n_places_pointer_only":5,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":1,"unverified":7},"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":"2403.12803","paper":"/paper/dreamda-generative-data-augmentation-with","title":"DreamDA: Generative Data Augmentation with Diffusion Models","date":"2024-03-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yunxiangfu2001/dreamda","path":"dataset/loader.py","file_url":"https://github.com/yunxiangfu2001/dreamda/blob/HEAD/dataset/loader.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"8eee4204b6767c33","mcp_get_code":{"code_sha256":"8eee4204b6767c33"}},{"arxiv_id":"2403.11138","paper":"/paper/spiking-wavelet-transformer","title":"Spiking Wavelet Transformer","date":"2024-03-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bic-l/spiking-wavelet-transformer","path":"cifar10-100/loader.py","file_url":"https://github.com/bic-l/spiking-wavelet-transformer/blob/HEAD/cifar10-100/loader.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"8eee4204b6767c33","mcp_get_code":{"code_sha256":"8eee4204b6767c33"}},{"arxiv_id":"2403.09977","paper":"/paper/efficientvmamba-atrous-selective-scan-for","title":"EfficientVMamba: Atrous Selective Scan for Light Weight Visual Mamba","date":"2024-03-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"terrypei/efficientvmamba","path":"classification/lib/dataset/dataloader.py","file_url":"https://github.com/terrypei/efficientvmamba/blob/HEAD/classification/lib/dataset/dataloader.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c36d9dd9066c2144","mcp_get_code":{"code_sha256":"c36d9dd9066c2144"}},{"arxiv_id":"2401.02020","paper":"/paper/spikformer-v2-join-the-high-accuracy-club-on","title":"Spikformer V2: Join the High Accuracy Club on ImageNet with an SNN Ticket","date":"2024-01-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zk-zhou/spikformer","path":"cifar10/loader.py","file_url":"https://github.com/zk-zhou/spikformer/blob/HEAD/cifar10/loader.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8eee4204b6767c33","mcp_get_code":{"code_sha256":"8eee4204b6767c33"}},{"arxiv_id":"2311.04251","paper":"/paper/mixturegrowth-growing-neural-networks-by","title":"MixtureGrowth: Growing Neural Networks by Recombining Learned Parameters","date":"2023-11-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chaudatascience/mixturegrowth","path":"utils.py","file_url":"https://github.com/chaudatascience/mixturegrowth/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f2c9e4b934914566","mcp_get_code":{"code_sha256":"f2c9e4b934914566"}},{"arxiv_id":"2306.12230","paper":"/paper/fantastic-weights-and-how-to-find-them-where-1","title":"Fantastic Weights and How to Find Them: Where to Prune in Dynamic Sparse Training","date":"2023-06-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alooow/fantastic_weights_paper","path":"imagenet_main.py","file_url":"https://github.com/alooow/fantastic_weights_paper/blob/HEAD/imagenet_main.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"717c76ec787ddfe7","mcp_get_code":{"code_sha256":"717c76ec787ddfe7"}},{"arxiv_id":"2002.11102","paper":"/paper/on-feature-normalization-and-data","title":"On Feature Normalization and Data Augmentation","date":"2020-02-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Boyiliee/MoEx","path":"ImageNet/main_moex.py","file_url":"https://github.com/Boyiliee/MoEx/blob/HEAD/ImageNet/main_moex.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":"1795ac057ca3e793","mcp_get_code":{"code_sha256":"1795ac057ca3e793"}},{"arxiv_id":"1908.09699","paper":"/paper/gated-convolutional-networks-with-hybrid","title":"Gated Convolutional Networks with Hybrid Connectivity for Image Classification","date":"2019-08-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"winycg/HCGNet","path":"main_imagenet.py","file_url":"https://github.com/winycg/HCGNet/blob/HEAD/main_imagenet.py","status":"unverified","verification_level":0,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"eebcaba9a7bebae9","mcp_get_code":{"code_sha256":"eebcaba9a7bebae9"}},{"arxiv_id":"1905.11468","paper":"/paper/scaleable-input-gradient-regularization-for","title":"Scaleable input gradient regularization for adversarial robustness","date":"2019-05-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cfinlay/tulip","path":"imagenet/dataloader.py","file_url":"https://github.com/cfinlay/tulip/blob/HEAD/imagenet/dataloader.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"008a18d16322d064","mcp_get_code":{"code_sha256":"008a18d16322d064"}},{"arxiv_id":"1904.05049","paper":"/paper/drop-an-octave-reducing-spatial-redundancy-in","title":"Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution","date":"2019-04-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lxtGH/OctaveConv_pytorch","path":"main_imagenet.py","file_url":"https://github.com/lxtGH/OctaveConv_pytorch/blob/HEAD/main_imagenet.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":"0ae841d977200ffa","mcp_get_code":{"code_sha256":"0ae841d977200ffa"}},{"arxiv_id":"Wang_RDI-Net_Relational_Dynamic_Inference_Networks_ICCV_2021_paper","paper":null,"title":"arXiv:Wang_RDI-Net_Relational_Dynamic_Inference_Networks_ICCV_2021_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"huanyuhello/RDI-Net","path":"train_gcn.py","file_url":"https://github.com/huanyuhello/RDI-Net/blob/HEAD/train_gcn.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"12a3162a6dee29e5","mcp_get_code":{"code_sha256":"12a3162a6dee29e5"}}]}