{"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":"/paper/swin-transformer-v2-scaling-up-capacity-and","title":"Swin Transformer V2: Scaling Up Capacity and Resolution","arxiv_id":"2111.09883","date":"2021-11-18","proceeding":"CVPR 2022 1","authors":["Ze Liu","Han Hu","Yutong Lin","Zhuliang Yao","Zhenda Xie","Yixuan Wei","Jia Ning","Yue Cao","Zheng Zhang","Li Dong","Furu Wei","Baining Guo"],"abstract":"Large-scale NLP models have been shown to significantly improve the performance on language tasks with no signs of saturation. They also demonstrate amazing few-shot capabilities like that of human beings. This paper aims to explore large-scale models in computer vision. We tackle three major issues in training and application of large vision models, including training instability, resolution gaps between pre-training and fine-tuning, and hunger on labelled data. Three main techniques are proposed: 1) a residual-post-norm method combined with cosine attention to improve training stability; 2) A log-spaced continuous position bias method to effectively transfer models pre-trained using low-resolution images to downstream tasks with high-resolution inputs; 3) A self-supervised pre-training method, SimMIM, to reduce the needs of vast labeled images. Through these techniques, this paper successfully trained a 3 billion-parameter Swin Transformer V2 model, which is the largest dense vision model to date, and makes it capable of training with images of up to 1,536$\\times$1,536 resolution. It set new performance records on 4 representative vision tasks, including ImageNet-V2 image classification, COCO object detection, ADE20K semantic segmentation, and Kinetics-400 video action classification. Also note our training is much more efficient than that in Google's billion-level visual models, which consumes 40 times less labelled data and 40 times less training time. Code is available at \\url{https://github.com/microsoft/Swin-Transformer}.","url_abs":"https://arxiv.org/abs/2111.09883v2","url_pdf":"https://arxiv.org/pdf/2111.09883v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/microsoft/Swin-Transformer","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/Burf/SwinTransformer-Tensorflow2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/ChristophReich1996/Swin-Transformer-V2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/JunnYu/x-transformers-paddle","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/impiga/plain-detr","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/isaaccorley/hydro-foundation-model","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/lucidrains/flash-cosine-sim-attention","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"paddle","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/rami0205/ngramswin","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/rwightman/pytorch-image-models","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/swin","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/Burf/tfdetection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"tf","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/MindCode-4/code-5/tree/main/swin","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/PaddlePaddle/PaddleDetection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/Qdriving/Swin-TransformerV2-in-PP","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/swin_transformer_v2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"tf","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/lyqcom/aaic_swintransformerv2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/mindspore-courses/External-Attention-MindSpore/blob/main/model/backbone/swin_transformer_v2.py","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/pwc-1/Paper-10/tree/main/swin","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/shinya7y/UniverseNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/shkarupa-alex/tfswin","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"tf","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://github.com/towhee-io/towhee","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"swin-transformer-v2-scaling-up-capacity-and","repo_url":"https://gitlab.com/birder/birder","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"action-classification","task_name":"Action Classification"},{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"instance-segmentation","task_name":"Instance Segmentation"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"label-smoothing","method_name":"Label Smoothing"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"position-wise-feed-forward-layer","method_name":"Position-Wise Feed-Forward Layer"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"stochastic-depth","method_name":"Stochastic Depth"},{"method_slug":"swin-transformer","method_name":"Swin Transformer"},{"method_slug":"transformer","method_name":"Transformer"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/action-classification-on-kinetics-400","task":"Action Classification","dataset":"Kinetics-400","model":"Video-SwinV2-G (ImageNet-22k and external 70M pretrain)","rank_in_archive_order":44,"of":207,"metrics":{"Acc@1":"86.8"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"SwinV2-G","rank_in_archive_order":7,"of":1060,"metrics":{"Number of params":"3000M","Top 1 Accuracy":"90.17%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"SwinV2-B","rank_in_archive_order":106,"of":1060,"metrics":{"Number of params":"88M","Top 1 Accuracy":"87.1%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet-v2","task":"Image Classification","dataset":"ImageNet V2","model":"SwinV2-G","rank_in_archive_order":4,"of":33,"metrics":{"Top 1 Accuracy":"84.00%"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-imagenet-v2","task":"Image Classification","dataset":"ImageNet V2","model":"SwinV2-B","rank_in_archive_order":13,"of":33,"metrics":{"Top 1 Accuracy":"78.08"},"uses_additional_data":false},{"leaderboard":"/sota/instance-segmentation-on-coco-minival","task":"Instance Segmentation","dataset":"COCO minival","model":"SwinV2-G (HTC++)","rank_in_archive_order":9,"of":93,"metrics":{"mask AP":"53.7"},"uses_additional_data":true},{"leaderboard":"/sota/instance-segmentation-on-coco","task":"Instance Segmentation","dataset":"COCO test-dev","model":"SwinV2-G (HTC++)","rank_in_archive_order":10,"of":112,"metrics":{"mask AP":"54.4"},"uses_additional_data":true},{"leaderboard":"/sota/object-detection-on-coco-minival","task":"Object Detection","dataset":"COCO minival","model":"SwinV2-G (HTC++)","rank_in_archive_order":15,"of":220,"metrics":{"box AP":"62.5"},"uses_additional_data":true},{"leaderboard":"/sota/object-detection-on-coco","task":"Object Detection","dataset":"COCO test-dev","model":"SwinV2-G (HTC++)","rank_in_archive_order":18,"of":225,"metrics":{"Params (M)":"3000","box mAP":"63.1"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-segmentation-on-ade20k","task":"Semantic Segmentation","dataset":"ADE20K","model":"SwinV2-G(UperNet)","rank_in_archive_order":15,"of":235,"metrics":{"Validation mIoU":"59.9"},"uses_additional_data":true},{"leaderboard":"/sota/semantic-segmentation-on-ade20k","task":"Semantic Segmentation","dataset":"ADE20K","model":"SwinV2-G-HTC++ Liu et al. ([2021a])","rank_in_archive_order":75,"of":235,"metrics":{"Validation mIoU":"53.7"},"uses_additional_data":false}],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2111.09883","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2111.09883"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/rwightman/pytorch-image-models","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/microsoft/Swin-Transformer","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/rami0205/ngramswin","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/lucidrains/flash-cosine-sim-attention","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Qdriving/Swin-TransformerV2-in-PP","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ChristophReich1996/Swin-Transformer-V2","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/JunnYu/x-transformers-paddle","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/swin_transformer_v2","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Burf/SwinTransformer-Tensorflow2","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PaddlePaddle/PaddleDetection","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/pwc-1/Paper-10/tree/main/swin","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/MindCode-4/code-5/tree/main/swin","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/swin","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://gitlab.com/birder/birder","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/impiga/plain-detr","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/shkarupa-alex/tfswin","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/lyqcom/aaic_swintransformerv2","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/isaaccorley/hydro-foundation-model","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mindspore-courses/External-Attention-MindSpore/blob/main/model/backbone/swin_transformer_v2.py","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/towhee-io/towhee","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Burf/tfdetection","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/shinya7y/UniverseNet","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_violates":3,"unverified":27},"by_repo_kind":{"listed":{"samples":30,"ran":3,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"1f7c550e65142ef8","entry":"cast_tuple","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"pd_x_transformers/x_transformers.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/pd_x_transformers/x_transformers.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1f7c550e65142ef8"}},{"code_sha256_prefix":"424012cb37b31172","entry":"default","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"pd_x_transformers/x_transformers.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/pd_x_transformers/x_transformers.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"424012cb37b31172"}},{"code_sha256_prefix":"aa5486a3650902d8","entry":"exists","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"pd_x_transformers/autoregressive_wrapper.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/pd_x_transformers/autoregressive_wrapper.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"29b5922a6530d4e2","entry":"apply_for_scriptable_torch","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"einops/_torch_specific.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/einops/_torch_specific.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"29b5922a6530d4e2"}},{"code_sha256_prefix":"177a4abf40724f6e","entry":"arg_to_varname","repo":"lyqcom/aaic_swintransformerv2","repo_kind":"listed","path":"src/configs/parser.py","file_url":"https://github.com/lyqcom/aaic_swintransformerv2/blob/HEAD/src/configs/parser.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"177a4abf40724f6e"}},{"code_sha256_prefix":"ffc9d7cced6f71fb","entry":"argv_to_vars","repo":"lyqcom/aaic_swintransformerv2","repo_kind":"listed","path":"src/configs/parser.py","file_url":"https://github.com/lyqcom/aaic_swintransformerv2/blob/HEAD/src/configs/parser.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ffc9d7cced6f71fb"}},{"code_sha256_prefix":"a39394c9a8e29425","entry":"check_model_file","repo":"Qdriving/Swin-TransformerV2-in-PP","repo_kind":"listed","path":"paddleclas.py","file_url":"https://github.com/Qdriving/Swin-TransformerV2-in-PP/blob/HEAD/paddleclas.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a39394c9a8e29425"}},{"code_sha256_prefix":"80c04c4768d37ac0","entry":"cutmix_generate_bbox_adjust_lam","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"mixup.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/mixup.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"80c04c4768d37ac0"}},{"code_sha256_prefix":"a9ebd0f6584234a5","entry":"get_backend","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"einops/_backends.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/einops/_backends.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a9ebd0f6584234a5"}},{"code_sha256_prefix":"160fd4002bd2e51b","entry":"get_config","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"config.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"160fd4002bd2e51b"}},{"code_sha256_prefix":"043c2f16bd404117","entry":"get_logger","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"main_multi_gpu.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/main_multi_gpu.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"043c2f16bd404117"}},{"code_sha256_prefix":"eaade2de97f347bc","entry":"is_ellipsis_not_in_parenthesis","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"einops/einops.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/einops/einops.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eaade2de97f347bc"}},{"code_sha256_prefix":"484edb411de743ae","entry":"rand_bbox","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"mixup.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/mixup.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"484edb411de743ae"}},{"code_sha256_prefix":"b27df77c248443b3","entry":"rand_bbox_minmax","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"mixup.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/mixup.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b27df77c248443b3"}},{"code_sha256_prefix":"942acecd8aa049a5","entry":"rearrange","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"einops/einops.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/einops/einops.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"942acecd8aa049a5"}},{"code_sha256_prefix":"6913149f68bd7808","entry":"reduce","repo":"JunnYu/x-transformers-paddle","repo_kind":"listed","path":"einops/einops.py","file_url":"https://github.com/JunnYu/x-transformers-paddle/blob/HEAD/einops/einops.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6913149f68bd7808"}},{"code_sha256_prefix":"21421188135068e9","entry":"rerange_index","repo":"Qdriving/Swin-TransformerV2-in-PP","repo_kind":"listed","path":"ppcls/loss/comfunc.py","file_url":"https://github.com/Qdriving/Swin-TransformerV2-in-PP/blob/HEAD/ppcls/loss/comfunc.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"21421188135068e9"}},{"code_sha256_prefix":"e0254103b7a7465f","entry":"shear_x","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"auto_augment.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/auto_augment.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e0254103b7a7465f"}},{"code_sha256_prefix":"00da552067622c6f","entry":"shear_y","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"auto_augment.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/auto_augment.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"00da552067622c6f"}},{"code_sha256_prefix":"f262aa35d9f2b50f","entry":"similar_architectures","repo":"Qdriving/Swin-TransformerV2-in-PP","repo_kind":"listed","path":"paddleclas.py","file_url":"https://github.com/Qdriving/Swin-TransformerV2-in-PP/blob/HEAD/paddleclas.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f262aa35d9f2b50f"}},{"code_sha256_prefix":"5931b70ac74f0d83","entry":"translate_x_relative","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"auto_augment.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/auto_augment.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5931b70ac74f0d83"}},{"code_sha256_prefix":"a99f170ebd682af5","entry":"trim_preceding_hyphens","repo":"lyqcom/aaic_swintransformerv2","repo_kind":"listed","path":"src/configs/parser.py","file_url":"https://github.com/lyqcom/aaic_swintransformerv2/blob/HEAD/src/configs/parser.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a99f170ebd682af5"}},{"code_sha256_prefix":"1e4ddb470d424318","entry":"update_config","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"config.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1e4ddb470d424318"}},{"code_sha256_prefix":"73879546dbb5b1b1","entry":"window_partition","repo":"lyqcom/aaic_swintransformerv2","repo_kind":"listed","path":"src/models/swin_transformer.py","file_url":"https://github.com/lyqcom/aaic_swintransformerv2/blob/HEAD/src/models/swin_transformer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"73879546dbb5b1b1"}},{"code_sha256_prefix":"0fd983e99eaff69e","entry":"window_partition","repo":"Qdriving/Swin-TransformerV2-in-PP","repo_kind":"listed","path":"ppcls/arch/backbone/model_zoo/swin_transformer.py","file_url":"https://github.com/Qdriving/Swin-TransformerV2-in-PP/blob/HEAD/ppcls/arch/backbone/model_zoo/swin_transformer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0fd983e99eaff69e"}},{"code_sha256_prefix":"1a004818e36b501f","entry":"window_reverse","repo":"Qdriving/Swin-TransformerV2-in-PP","repo_kind":"listed","path":"ppcls/arch/backbone/model_zoo/swin_transformer.py","file_url":"https://github.com/Qdriving/Swin-TransformerV2-in-PP/blob/HEAD/ppcls/arch/backbone/model_zoo/swin_transformer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1a004818e36b501f"}},{"code_sha256_prefix":"1129d77773d2fc84","entry":"window_reverse","repo":"lyqcom/aaic_swintransformerv2","repo_kind":"listed","path":"src/models/swin_transformer.py","file_url":"https://github.com/lyqcom/aaic_swintransformerv2/blob/HEAD/src/models/swin_transformer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1129d77773d2fc84"}},{"code_sha256_prefix":"db165c23fedab0fa","entry":"window_reverse","repo":"lyqcom/aaic_swintransformerv2","repo_kind":"listed","path":"src/models/swin_transformer_v2.py","file_url":"https://github.com/lyqcom/aaic_swintransformerv2/blob/HEAD/src/models/swin_transformer_v2.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"db165c23fedab0fa"}},{"code_sha256_prefix":"e14035f3e23f1d93","entry":"windows_partition","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"swin_transformer.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/swin_transformer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e14035f3e23f1d93"}},{"code_sha256_prefix":"3f5cac22adf9d786","entry":"windows_reverse","repo":"nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2","repo_kind":"listed","path":"swin_transformer.py","file_url":"https://github.com/nku-shengzheliu/PaddlePaddle-Swin-Transformer-V2/blob/HEAD/swin_transformer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3f5cac22adf9d786"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}