{"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/efficientnetv2-smaller-models-and-faster","title":"EfficientNetV2: Smaller Models and Faster Training","arxiv_id":"2104.00298","date":"2021-04-01","proceeding":null,"authors":["Mingxing Tan","Quoc V. Le"],"abstract":"This paper introduces EfficientNetV2, a new family of convolutional networks that have faster training speed and better parameter efficiency than previous models. To develop this family of models, we use a combination of training-aware neural architecture search and scaling, to jointly optimize training speed and parameter efficiency. The models were searched from the search space enriched with new ops such as Fused-MBConv. Our experiments show that EfficientNetV2 models train much faster than state-of-the-art models while being up to 6.8x smaller. Our training can be further sped up by progressively increasing the image size during training, but it often causes a drop in accuracy. To compensate for this accuracy drop, we propose to adaptively adjust regularization (e.g., dropout and data augmentation) as well, such that we can achieve both fast training and good accuracy. With progressive learning, our EfficientNetV2 significantly outperforms previous models on ImageNet and CIFAR/Cars/Flowers datasets. By pretraining on the same ImageNet21k, our EfficientNetV2 achieves 87.3% top-1 accuracy on ImageNet ILSVRC2012, outperforming the recent ViT by 2.0% accuracy while training 5x-11x faster using the same computing resources. Code will be available at https://github.com/google/automl/tree/master/efficientnetv2.","url_abs":"https://arxiv.org/abs/2104.00298v3","url_pdf":"https://arxiv.org/pdf/2104.00298v3.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":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/google/automl/tree/master/efficientnetv2","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"tf","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/rwightman/pytorch-image-models","is_official":0,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/IMvision12/keras-vision-models","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/abhuse/pytorch-efficientnet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/ardeal/EfficientNetV2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/d-li14/efficientnetv2.pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/danstowell/insect_classifier_GDSC23_insecteffnet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/hankyul2/EfficientNetV2-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/jahongir7174/EffcientNetV2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/jahongir7174/EfficientNetV2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/james77777778/keras-image-models","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/leondgarse/Keras_efficientnet_v2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/lukemelas/EfficientNet-PyTorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/open-edge-platform/geti","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/phykn/film-defect-detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/seermer/TensorFlow2-EfficientNetV2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/szq0214/fkd","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/2023-MindSpore-1/ms-code-193","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/DavidLandup0/deepvision","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/hwzwx1190522/efficientnetv2/tree/main/efficientnetv2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/mindspore-ai/models/blob/master/research/cv/efficientnetv2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/mindspore-ecosystem/mindcv/blob/main/mindcv/models/efficientnet.py","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/open-edge-platform/training_extensions","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"efficientnetv2-smaller-models-and-faster","repo_url":"https://github.com/pytorch/vision","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"efficientnetv2-smaller-models-and-faster","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":"automl","task_name":"AutoML"},{"task_slug":"classification-1","task_name":"Classification"},{"task_slug":"data-augmentation","task_name":"Data Augmentation"},{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"architecture-search","task_name":"Neural Architecture Search"}],"methods":[{"method_slug":"1x1-convolution","method_name":"1x1 Convolution"},{"method_slug":"batch-normalization","method_name":"Batch Normalization"},{"method_slug":"depthwise-convolution","method_name":"Depthwise Convolution"},{"method_slug":"depthwise-separable-convolution","method_name":"Depthwise Separable Convolution"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"efficientnetv2","method_name":"EfficientNetV2"},{"method_slug":"inverted-residual-block","method_name":"Inverted Residual Block"},{"method_slug":"pointwise-convolution","method_name":"Pointwise Convolution"}],"datasets_introduced":[],"methods_introduced":[{"slug":"efficientnetv2","name":"EfficientNetV2","full_name":"EfficientNetV2"}],"results":[{"leaderboard":"/sota/image-classification-on-cifar-10","task":"Image Classification","dataset":"CIFAR-10","model":"EfficientNetV2-L","rank_in_archive_order":17,"of":265,"metrics":{"Percentage correct":"99.1"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-cifar-10","task":"Image Classification","dataset":"CIFAR-10","model":"EfficientNetV2-M","rank_in_archive_order":24,"of":265,"metrics":{"Percentage correct":"99.0"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-cifar-10","task":"Image Classification","dataset":"CIFAR-10","model":"EfficientNetV2-S","rank_in_archive_order":31,"of":265,"metrics":{"Percentage correct":"98.7"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-cifar-100","task":"Image Classification","dataset":"CIFAR-100","model":"EfficientNetV2-L","rank_in_archive_order":13,"of":211,"metrics":{"Percentage correct":"92.3"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-cifar-100","task":"Image Classification","dataset":"CIFAR-100","model":"EfficientNetV2-M","rank_in_archive_order":14,"of":211,"metrics":{"Percentage correct":"92.2"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-cifar-100","task":"Image Classification","dataset":"CIFAR-100","model":"EfficientNetV2-S","rank_in_archive_order":19,"of":211,"metrics":{"Percentage correct":"91.5"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-flowers-102","task":"Image Classification","dataset":"Flowers-102","model":"EfficientNetV2-L","rank_in_archive_order":19,"of":52,"metrics":{"Accuracy":"98.8"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-flowers-102","task":"Image Classification","dataset":"Flowers-102","model":"EfficientNetV2-M","rank_in_archive_order":23,"of":52,"metrics":{"Accuracy":"98.5"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-flowers-102","task":"Image Classification","dataset":"Flowers-102","model":"EfficientNetV2-S","rank_in_archive_order":31,"of":52,"metrics":{"Accuracy":"97.9"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"EfficientNetV2-XL (21k)","rank_in_archive_order":97,"of":1060,"metrics":{"GFLOPs":"94","Number of params":"208M","Top 1 Accuracy":"87.3%"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"EfficientNetV2-L (21k)","rank_in_archive_order":122,"of":1060,"metrics":{"GFLOPs":"53","Number of params":"120M","Top 1 Accuracy":"86.8%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"EfficientNetV2-M (21k)","rank_in_archive_order":167,"of":1060,"metrics":{"GFLOPs":"24","Number of params":"54M","Top 1 Accuracy":"86.2%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"EfficientNetV2-L","rank_in_archive_order":205,"of":1060,"metrics":{"GFLOPs":"53","Top 1 Accuracy":"85.7%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"EfficientNetV2-M","rank_in_archive_order":253,"of":1060,"metrics":{"Top 1 Accuracy":"85.1%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"EfficientNetV2-S (21k)","rank_in_archive_order":278,"of":1060,"metrics":{"GFLOPs":"8.8","Number of params":"22M","Top 1 Accuracy":"84.9%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"EfficientNetV2-S","rank_in_archive_order":372,"of":1060,"metrics":{"Top 1 Accuracy":"83.9%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-stanford-cars","task":"Image Classification","dataset":"Stanford Cars","model":"EfficientNetV2-L","rank_in_archive_order":3,"of":24,"metrics":{"Accuracy":"95.1"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-stanford-cars","task":"Image Classification","dataset":"Stanford Cars","model":"EfficientNetV2-M","rank_in_archive_order":4,"of":24,"metrics":{"Accuracy":"94.6"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-stanford-cars","task":"Image Classification","dataset":"Stanford Cars","model":"EfficientNetV2-S","rank_in_archive_order":8,"of":24,"metrics":{"Accuracy":"93.8"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2104.00298","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2104.00298"}},"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/pytorch/vision","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/lukemelas/EfficientNet-PyTorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/james77777778/keras-image-models","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/DavidLandup0/deepvision","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mindspore-ecosystem/mindcv/blob/main/mindcv/models/efficientnet.py","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hankyul2/EfficientNetV2-pytorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hwzwx1190522/efficientnetv2/tree/main/efficientnetv2","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/IMvision12/keras-vision-models","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/leondgarse/Keras_efficientnet_v2","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/abhuse/pytorch-efficientnet","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/open-edge-platform/training_extensions","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mindspore-ai/models/blob/master/research/cv/efficientnetv2","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/2023-MindSpore-1/ms-code-193","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/google/automl/tree/master/efficientnetv2","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/phykn/film-defect-detection","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jahongir7174/EffcientNetV2","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ardeal/EfficientNetV2","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/szq0214/fkd","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/danstowell/insect_classifier_GDSC23_insecteffnet","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/seermer/TensorFlow2-EfficientNetV2","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/d-li14/efficientnetv2.pytorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/open-edge-platform/geti","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":22,"ran_draft_wrong":5,"ran_honours":10,"ran_fixture":4,"unverified":38},"by_repo_kind":{"official":{"samples":1,"ran":1,"repositories":1},"listed":{"samples":76,"ran":38,"repositories":13},"community":{"samples":2,"ran":2,"repositories":1}},"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":10,"samples":[{"code_sha256_prefix":"e3021018c5f52aca","entry":"Attention","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e3021018c5f52aca"}},{"code_sha256_prefix":"87eea03ed82a58bb","entry":"CLF_MODEL","repo":"phykn/film-defect-detection","repo_kind":"listed","path":"module/model.py","file_url":"https://github.com/phykn/film-defect-detection/blob/HEAD/module/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"87eea03ed82a58bb"}},{"code_sha256_prefix":"9354545acc375b1b","entry":"Conv","repo":"jahongir7174/EfficientNetV2","repo_kind":"listed","path":"nets/nn.py","file_url":"https://github.com/jahongir7174/EfficientNetV2/blob/HEAD/nets/nn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9354545acc375b1b"}},{"code_sha256_prefix":"2a8679c295eca86e","entry":"ConvBNAct","repo":"hankyul2/EfficientNetV2-pytorch","repo_kind":"listed","path":"efficientnetv2/efficientnet_v2.py","file_url":"https://github.com/hankyul2/EfficientNetV2-pytorch/blob/HEAD/efficientnetv2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2a8679c295eca86e"}},{"code_sha256_prefix":"4727c94370c69e97","entry":"ConvKernalInitializer","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4727c94370c69e97"}},{"code_sha256_prefix":"4f25eeb823c2de8b","entry":"EfficientNet","repo":"jahongir7174/EfficientNetV2","repo_kind":"listed","path":"nets/nn.py","file_url":"https://github.com/jahongir7174/EfficientNetV2/blob/HEAD/nets/nn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4f25eeb823c2de8b"}},{"code_sha256_prefix":"70b3286546cf6d44","entry":"LearnableCoefficient","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"70b3286546cf6d44"}},{"code_sha256_prefix":"5c4ec70828e49d68","entry":"MBConv","repo":"hankyul2/EfficientNetV2-pytorch","repo_kind":"listed","path":"efficientnetv2/efficientnet_v2.py","file_url":"https://github.com/hankyul2/EfficientNetV2-pytorch/blob/HEAD/efficientnetv2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5c4ec70828e49d68"}},{"code_sha256_prefix":"cb2b257652e0c5cc","entry":"MBConvBlock","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cb2b257652e0c5cc"}},{"code_sha256_prefix":"f9ecf91bbb0df74d","entry":"MBConvBlockV2","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f9ecf91bbb0df74d"}},{"code_sha256_prefix":"311f34cd673ace61","entry":"Non_proj","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"311f34cd673ace61"}},{"code_sha256_prefix":"acb059769b4a4327","entry":"Residual","repo":"jahongir7174/EfficientNetV2","repo_kind":"listed","path":"nets/nn.py","file_url":"https://github.com/jahongir7174/EfficientNetV2/blob/HEAD/nets/nn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"acb059769b4a4327"}},{"code_sha256_prefix":"57a73cdb3469e654","entry":"SE","repo":"jahongir7174/EfficientNetV2","repo_kind":"listed","path":"nets/nn.py","file_url":"https://github.com/jahongir7174/EfficientNetV2/blob/HEAD/nets/nn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"57a73cdb3469e654"}},{"code_sha256_prefix":"020b78c721a6198e","entry":"SEBlock","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"020b78c721a6198e"}},{"code_sha256_prefix":"2a6675c2cebf02ab","entry":"SEUnit","repo":"hankyul2/EfficientNetV2-pytorch","repo_kind":"listed","path":"efficientnetv2/efficientnet_v2.py","file_url":"https://github.com/hankyul2/EfficientNetV2-pytorch/blob/HEAD/efficientnetv2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2a6675c2cebf02ab"}},{"code_sha256_prefix":"b7194f8c7b7e316c","entry":"SamePaddingConv2d","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b7194f8c7b7e316c"}},{"code_sha256_prefix":"eacbe6ee4a26a27f","entry":"StochasticDepth","repo":"hankyul2/EfficientNetV2-pytorch","repo_kind":"listed","path":"efficientnetv2/efficientnet_v2.py","file_url":"https://github.com/hankyul2/EfficientNetV2-pytorch/blob/HEAD/efficientnetv2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eacbe6ee4a26a27f"}},{"code_sha256_prefix":"d9cb72304c6ddff3","entry":"Swish","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d9cb72304c6ddff3"}},{"code_sha256_prefix":"8ecbf3a8e9175884","entry":"Transformer","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8ecbf3a8e9175884"}},{"code_sha256_prefix":"547d2d46045ba04f","entry":"Transformer_Block","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"547d2d46045ba04f"}},{"code_sha256_prefix":"3c00e00b9c6c998f","entry":"__FusedMBConvTF","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3c00e00b9c6c998f"}},{"code_sha256_prefix":"29f99c375893c0a7","entry":"_make_divisible","repo":"leondgarse/Keras_efficientnet_v2","repo_kind":"listed","path":"keras_efficientnet_v2/efficientnet_v2.py","file_url":"https://github.com/leondgarse/Keras_efficientnet_v2/blob/HEAD/keras_efficientnet_v2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"29f99c375893c0a7"}},{"code_sha256_prefix":"933cca1f8110f0cc","entry":"_make_divisible","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"933cca1f8110f0cc"}},{"code_sha256_prefix":"9bfd0b1a5faef873","entry":"_pair","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9bfd0b1a5faef873"}},{"code_sha256_prefix":"e9ed9f7ced6189ee","entry":"batchnorm_with_activation","repo":"leondgarse/Keras_efficientnet_v2","repo_kind":"listed","path":"keras_efficientnet_v2/efficientnet_v2.py","file_url":"https://github.com/leondgarse/Keras_efficientnet_v2/blob/HEAD/keras_efficientnet_v2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e9ed9f7ced6189ee"}},{"code_sha256_prefix":"4b11257d79964d87","entry":"compute_pca","repo":"JohnnyHopp/PaDiM-EfficientNetV2","repo_kind":"community","path":"utils.py","file_url":"https://github.com/JohnnyHopp/PaDiM-EfficientNetV2/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4b11257d79964d87"}},{"code_sha256_prefix":"96248e1c8a073860","entry":"conv2d_no_bias","repo":"leondgarse/Keras_efficientnet_v2","repo_kind":"listed","path":"keras_efficientnet_v2/efficientnet_v2.py","file_url":"https://github.com/leondgarse/Keras_efficientnet_v2/blob/HEAD/keras_efficientnet_v2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"96248e1c8a073860"}},{"code_sha256_prefix":"3b89a9e5b46d66cf","entry":"conv_embedding","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3b89a9e5b46d66cf"}},{"code_sha256_prefix":"82db52dd557154d5","entry":"conv_head_pooling","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"82db52dd557154d5"}},{"code_sha256_prefix":"d2941723ae4cc495","entry":"parse_model_inputs","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d2941723ae4cc495"}},{"code_sha256_prefix":"56c266222ed70de4","entry":"pca_reduction","repo":"JohnnyHopp/PaDiM-EfficientNetV2","repo_kind":"community","path":"utils.py","file_url":"https://github.com/JohnnyHopp/PaDiM-EfficientNetV2/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"56c266222ed70de4"}},{"code_sha256_prefix":"e60387e9529f63ff","entry":"round_filters","repo":"seermer/TensorFlow2-EfficientNetV2","repo_kind":"listed","path":"efficientnetV2.py","file_url":"https://github.com/seermer/TensorFlow2-EfficientNetV2/blob/HEAD/efficientnetV2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e60387e9529f63ff"}},{"code_sha256_prefix":"5640ec0612debaea","entry":"round_filters","repo":"google/automl","repo_kind":"official","path":"efficientnetv2/effnetv2_model.py","file_url":"https://github.com/google/automl/blob/HEAD/efficientnetv2/effnetv2_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5640ec0612debaea"}},{"code_sha256_prefix":"8c25eeaec4c91203","entry":"round_filters","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8c25eeaec4c91203"}},{"code_sha256_prefix":"6c7d046d7dd60b22","entry":"round_filters","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6c7d046d7dd60b22"}},{"code_sha256_prefix":"1a9d7e65e0a9fbc9","entry":"round_repeats","repo":"seermer/TensorFlow2-EfficientNetV2","repo_kind":"listed","path":"efficientnetV2.py","file_url":"https://github.com/seermer/TensorFlow2-EfficientNetV2/blob/HEAD/efficientnetV2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1a9d7e65e0a9fbc9"}},{"code_sha256_prefix":"f93cb693ac8bb537","entry":"round_repeats","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f93cb693ac8bb537"}},{"code_sha256_prefix":"167f9f74323c7278","entry":"round_repeats","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"167f9f74323c7278"}},{"code_sha256_prefix":"ec08335b5c6ecfc3","entry":"same_padding","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ec08335b5c6ecfc3"}},{"code_sha256_prefix":"b43c2e4c5402cf83","entry":"se_module","repo":"leondgarse/Keras_efficientnet_v2","repo_kind":"listed","path":"keras_efficientnet_v2/efficientnet_v2.py","file_url":"https://github.com/leondgarse/Keras_efficientnet_v2/blob/HEAD/keras_efficientnet_v2/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b43c2e4c5402cf83"}},{"code_sha256_prefix":"97d77e37b5677cd8","entry":"torch_conv_out_spatial_shape","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"97d77e37b5677cd8"}},{"code_sha256_prefix":"e19de965ff30b13f","entry":"DenseKernalInitializer","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e19de965ff30b13f"}},{"code_sha256_prefix":"46312249974aad39","entry":"DropConnect","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"46312249974aad39"}},{"code_sha256_prefix":"cead257166f9875e","entry":"EffNetV2","repo":"d-li14/efficientnetv2.pytorch","repo_kind":"listed","path":"effnetv2.py","file_url":"https://github.com/d-li14/efficientnetv2.pytorch/blob/HEAD/effnetv2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cead257166f9875e"}},{"code_sha256_prefix":"17727025309b999a","entry":"EfficientNet","repo":"Klassikcat/project-NEXTLab-CNN-EfficientNet","repo_kind":"listed","path":"EfficientNet_codestates/model/model.py","file_url":"https://github.com/Klassikcat/project-NEXTLab-CNN-EfficientNet/blob/HEAD/EfficientNet_codestates/model/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"17727025309b999a"}},{"code_sha256_prefix":"b5e6a1fcfb844a2d","entry":"EfficientNetV2","repo":"leondgarse/Keras_efficientnet_v2","repo_kind":"listed","path":"keras_efficientnet_v2/efficientnet_v2.py","file_url":"https://github.com/leondgarse/Keras_efficientnet_v2/blob/HEAD/keras_efficientnet_v2/efficientnet_v2.py","link_basis":"first_harvest_node","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":"b5e6a1fcfb844a2d"}},{"code_sha256_prefix":"317a74053ff408d2","entry":"EfficientNetV2","repo":"hankyul2/EfficientNetV2-pytorch","repo_kind":"listed","path":"efficientnetv2/efficientnet_v2.py","file_url":"https://github.com/hankyul2/EfficientNetV2-pytorch/blob/HEAD/efficientnetv2/efficientnet_v2.py","link_basis":"first_harvest_node","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":"317a74053ff408d2"}},{"code_sha256_prefix":"2d5bb8dbdbfbf4d1","entry":"EfficientNetV2","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2d5bb8dbdbfbf4d1"}},{"code_sha256_prefix":"aa534eb3198967f2","entry":"EfficientNetV2B0","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","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":"aa534eb3198967f2"}},{"code_sha256_prefix":"4d580d4938dce187","entry":"EfficientNetV2PT","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","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":"4d580d4938dce187"}},{"code_sha256_prefix":"c9682cc2131f0a47","entry":"EfficientNetV2TF","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","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":"c9682cc2131f0a47"}},{"code_sha256_prefix":"5e2c67378c46d21d","entry":"FusedMBConv","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","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":"5e2c67378c46d21d"}},{"code_sha256_prefix":"1473a64f191e86c2","entry":"FusedMBConvBlockV2","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1473a64f191e86c2"}},{"code_sha256_prefix":"82eb14986b238976","entry":"MBConv","repo":"leondgarse/Keras_efficientnet_v2","repo_kind":"listed","path":"keras_efficientnet_v2/efficientnet_v2.py","file_url":"https://github.com/leondgarse/Keras_efficientnet_v2/blob/HEAD/keras_efficientnet_v2/efficientnet_v2.py","link_basis":"first_harvest_node","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":"82eb14986b238976"}},{"code_sha256_prefix":"2ae034e0700fa114","entry":"MBConv","repo":"d-li14/efficientnetv2.pytorch","repo_kind":"listed","path":"effnetv2.py","file_url":"https://github.com/d-li14/efficientnetv2.pytorch/blob/HEAD/effnetv2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2ae034e0700fa114"}},{"code_sha256_prefix":"dea1a4dc9a146df6","entry":"MBConv","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","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":"dea1a4dc9a146df6"}},{"code_sha256_prefix":"ce725cd28eee3383","entry":"SELayer","repo":"d-li14/efficientnetv2.pytorch","repo_kind":"listed","path":"effnetv2.py","file_url":"https://github.com/d-li14/efficientnetv2.pytorch/blob/HEAD/effnetv2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ce725cd28eee3383"}},{"code_sha256_prefix":"e13c85dfb8576aa4","entry":"SReT","repo":"szq0214/fkd","repo_kind":"listed","path":"FKD/FKD_ViT/SReT.py","file_url":"https://github.com/szq0214/fkd/blob/HEAD/FKD/FKD_ViT/SReT.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e13c85dfb8576aa4"}},{"code_sha256_prefix":"3fa8caaf6d69f294","entry":"__FusedMBConvPT","repo":"DavidLandup0/deepvision","repo_kind":"listed","path":"deepvision/models/classification/efficientnet/efficientnetv2.py","file_url":"https://github.com/DavidLandup0/deepvision/blob/HEAD/deepvision/models/classification/efficientnet/efficientnetv2.py","link_basis":"first_harvest_node","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":"3fa8caaf6d69f294"}},{"code_sha256_prefix":"279ab9885f76b013","entry":"accuracy","repo":"jahongir7174/EffcientNetV2","repo_kind":"listed","path":"utils/util.py","file_url":"https://github.com/jahongir7174/EffcientNetV2/blob/HEAD/utils/util.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":"279ab9885f76b013"}},{"code_sha256_prefix":"177a4abf40724f6e","entry":"arg_to_varname","repo":"hwzwx1190522/efficientnetv2","repo_kind":"listed","path":"efficientnetv2/src/configs/parser.py","file_url":"https://github.com/hwzwx1190522/efficientnetv2/blob/HEAD/efficientnetv2/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":"hwzwx1190522/efficientnetv2","repo_kind":"listed","path":"efficientnetv2/src/configs/parser.py","file_url":"https://github.com/hwzwx1190522/efficientnetv2/blob/HEAD/efficientnetv2/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":"615dd6b5188585cd","entry":"assignment","repo":"hwzwx1190522/efficientnetv2","repo_kind":"listed","path":"efficientnetv2/src/models/var_init.py","file_url":"https://github.com/hwzwx1190522/efficientnetv2/blob/HEAD/efficientnetv2/src/models/var_init.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":"615dd6b5188585cd"}},{"code_sha256_prefix":"5af3c724a0f8260c","entry":"calcul_acc","repo":"hwzwx1190522/efficientnetv2","repo_kind":"listed","path":"efficientnetv2/postprocess.py","file_url":"https://github.com/hwzwx1190522/efficientnetv2/blob/HEAD/efficientnetv2/postprocess.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":"5af3c724a0f8260c"}},{"code_sha256_prefix":"e460868d0e106ef7","entry":"calculate_gain","repo":"hwzwx1190522/efficientnetv2","repo_kind":"listed","path":"efficientnetv2/src/models/var_init.py","file_url":"https://github.com/hwzwx1190522/efficientnetv2/blob/HEAD/efficientnetv2/src/models/var_init.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":"e460868d0e106ef7"}},{"code_sha256_prefix":"428d01f7470ad87b","entry":"collate_fn","repo":"danstowell/insect_classifier_GDSC23_insecteffnet","repo_kind":"listed","path":"src/custom/data.py","file_url":"https://github.com/danstowell/insect_classifier_GDSC23_insecteffnet/blob/HEAD/src/custom/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"428d01f7470ad87b"}},{"code_sha256_prefix":"15be99ad0bcca709","entry":"conv_1x1_bn","repo":"d-li14/efficientnetv2.pytorch","repo_kind":"listed","path":"effnetv2.py","file_url":"https://github.com/d-li14/efficientnetv2.pytorch/blob/HEAD/effnetv2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"15be99ad0bcca709"}},{"code_sha256_prefix":"70ced89b3b23f051","entry":"conv_3x3_bn","repo":"d-li14/efficientnetv2.pytorch","repo_kind":"listed","path":"effnetv2.py","file_url":"https://github.com/d-li14/efficientnetv2.pytorch/blob/HEAD/effnetv2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"70ced89b3b23f051"}},{"code_sha256_prefix":"d9d9a4a8f00a818e","entry":"get_activation","repo":"abhuse/pytorch-efficientnet","repo_kind":"listed","path":"efficientnet_v2.py","file_url":"https://github.com/abhuse/pytorch-efficientnet/blob/HEAD/efficientnet_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d9d9a4a8f00a818e"}},{"code_sha256_prefix":"f905c37ee28fdfb6","entry":"get_max_amplitude_window_index","repo":"danstowell/insect_classifier_GDSC23_insecteffnet","repo_kind":"listed","path":"src/custom/utils.py","file_url":"https://github.com/danstowell/insect_classifier_GDSC23_insecteffnet/blob/HEAD/src/custom/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f905c37ee28fdfb6"}},{"code_sha256_prefix":"19efbee201b88cff","entry":"get_min_max","repo":"danstowell/insect_classifier_GDSC23_insecteffnet","repo_kind":"listed","path":"src/custom/utils.py","file_url":"https://github.com/danstowell/insect_classifier_GDSC23_insecteffnet/blob/HEAD/src/custom/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"19efbee201b88cff"}},{"code_sha256_prefix":"af3379144cf17adc","entry":"init_weight","repo":"jahongir7174/EfficientNetV2","repo_kind":"listed","path":"nets/nn.py","file_url":"https://github.com/jahongir7174/EfficientNetV2/blob/HEAD/nets/nn.py","link_basis":"first_harvest_node","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":"af3379144cf17adc"}},{"code_sha256_prefix":"f3e2d15712198ce4","entry":"kaiming_uniform_","repo":"hwzwx1190522/efficientnetv2","repo_kind":"listed","path":"efficientnetv2/src/models/var_init.py","file_url":"https://github.com/hwzwx1190522/efficientnetv2/blob/HEAD/efficientnetv2/src/models/var_init.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":"f3e2d15712198ce4"}},{"code_sha256_prefix":"5c88df91221a8d8c","entry":"min_max_norm","repo":"danstowell/insect_classifier_GDSC23_insecteffnet","repo_kind":"listed","path":"src/custom/utils.py","file_url":"https://github.com/danstowell/insect_classifier_GDSC23_insecteffnet/blob/HEAD/src/custom/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5c88df91221a8d8c"}},{"code_sha256_prefix":"f734bb6fe9d256d2","entry":"reload_model_weights","repo":"leondgarse/Keras_efficientnet_v2","repo_kind":"listed","path":"keras_efficientnet_v2/efficientnet_v2.py","file_url":"https://github.com/leondgarse/Keras_efficientnet_v2/blob/HEAD/keras_efficientnet_v2/efficientnet_v2.py","link_basis":"first_harvest_node","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":"f734bb6fe9d256d2"}},{"code_sha256_prefix":"8d9311e021af04d6","entry":"rotate","repo":"jahongir7174/EffcientNetV2","repo_kind":"listed","path":"utils/util.py","file_url":"https://github.com/jahongir7174/EffcientNetV2/blob/HEAD/utils/util.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":"8d9311e021af04d6"}},{"code_sha256_prefix":"a99f170ebd682af5","entry":"trim_preceding_hyphens","repo":"hwzwx1190522/efficientnetv2","repo_kind":"listed","path":"efficientnetv2/src/configs/parser.py","file_url":"https://github.com/hwzwx1190522/efficientnetv2/blob/HEAD/efficientnetv2/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":"615b8fc6facd6894","entry":"upload_to_s3","repo":"danstowell/insect_classifier_GDSC23_insecteffnet","repo_kind":"listed","path":"src/gdsc_utils.py","file_url":"https://github.com/danstowell/insect_classifier_GDSC23_insecteffnet/blob/HEAD/src/gdsc_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"615b8fc6facd6894"}},{"code_sha256_prefix":"3e49c5fa4dfff12e","entry":"weight_decay","repo":"jahongir7174/EffcientNetV2","repo_kind":"listed","path":"utils/util.py","file_url":"https://github.com/jahongir7174/EffcientNetV2/blob/HEAD/utils/util.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":"3e49c5fa4dfff12e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}