{"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/dynamic-lr","entry":"dynamic_lr","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":7,"n_papers_ran":0,"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":7,"n_samples_ran":0,"n_samples_fingerprinted":0,"n_places":7,"n_places_pointer_only":0,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":0,"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":"2201.02784","paper":"/paper/relieving-long-tailed-instance-segmentation","title":"Relieving Long-tailed Instance Segmentation via Pairwise Class Balance","date":"2022-01-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"2023-MindSpore-1/ms-code-105","path":"src/lr_schedule.py","file_url":"https://github.com/2023-MindSpore-1/ms-code-105/blob/HEAD/src/lr_schedule.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"0fd930bb273bb598","mcp_get_code":{"code_sha256":"0fd930bb273bb598"}},{"arxiv_id":"2103.13413","paper":"/paper/vision-transformers-for-dense-prediction","title":"Vision Transformers for Dense Prediction","date":"2021-03-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mszpc/3d_dense","path":"3d_densenet/src/lr_schedule.py","file_url":"https://github.com/mszpc/3d_dense/blob/HEAD/3d_densenet/src/lr_schedule.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":"a2d30739f5546b64","mcp_get_code":{"code_sha256":"a2d30739f5546b64"}},{"arxiv_id":"1912.06218","paper":"/paper/yolact-better-real-time-instance-segmentation","title":"YOLACT++: Better Real-time Instance Segmentation","date":"2019-12-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Mind23-2/MindCode-92","path":"src/lr_schedule.py","file_url":"https://github.com/Mind23-2/MindCode-92/blob/HEAD/src/lr_schedule.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"749a4203e5655443","mcp_get_code":{"code_sha256":"749a4203e5655443"}},{"arxiv_id":"1910.06379","paper":"/paper/dual-path-rnn-efficient-long-sequence","title":"Dual-path RNN: efficient long sequence modeling for time-domain single-channel speech separation","date":"2019-10-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lyqcom/dprnn","path":"src/lr_sch.py","file_url":"https://github.com/lyqcom/dprnn/blob/HEAD/src/lr_sch.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":"21022703fec0e252","mcp_get_code":{"code_sha256":"21022703fec0e252"}},{"arxiv_id":"1904.01906","paper":"/paper/what-is-wrong-with-scene-text-recognition","title":"What Is Wrong With Scene Text Recognition Model Comparisons? Dataset and Model Analysis","date":"2019-04-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JoegameZhou/cnnctc","path":"src/lr_schedule.py","file_url":"https://github.com/JoegameZhou/cnnctc/blob/HEAD/src/lr_schedule.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":"fe2c44cd738c9d3e","mcp_get_code":{"code_sha256":"fe2c44cd738c9d3e"}},{"arxiv_id":"1606.06650","paper":"/paper/3d-u-net-learning-dense-volumetric","title":"3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation","date":"2016-06-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jiajun169/mindspore_models","path":"Unet3d/src/lr_schedule.py","file_url":"https://github.com/jiajun169/mindspore_models/blob/HEAD/Unet3d/src/lr_schedule.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":"90a0e8705a358db8","mcp_get_code":{"code_sha256":"90a0e8705a358db8"}},{"arxiv_id":"1506.01497","paper":"/paper/faster-r-cnn-towards-real-time-object","title":"Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks","date":"2015-06-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JoegameZhou/hrnetv2","path":"src/lr_schedule.py","file_url":"https://github.com/JoegameZhou/hrnetv2/blob/HEAD/src/lr_schedule.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":"fdbedfdf345b25aa","mcp_get_code":{"code_sha256":"fdbedfdf345b25aa"}}]}