{"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/fast-autoaugment","title":"Fast AutoAugment","arxiv_id":"1905.00397","date":"2019-05-01","proceeding":"NeurIPS 2019 12","authors":["Sungbin Lim","Ildoo Kim","Taesup Kim","Chiheon Kim","Sungwoong Kim"],"abstract":"Data augmentation is an essential technique for improving generalization ability of deep learning models. Recently, AutoAugment has been proposed as an algorithm to automatically search for augmentation policies from a dataset and has significantly enhanced performances on many image recognition tasks. However, its search method requires thousands of GPU hours even for a relatively small dataset. In this paper, we propose an algorithm called Fast AutoAugment that finds effective augmentation policies via a more efficient search strategy based on density matching. In comparison to AutoAugment, the proposed algorithm speeds up the search time by orders of magnitude while achieves comparable performances on image recognition tasks with various models and datasets including CIFAR-10, CIFAR-100, SVHN, and ImageNet.","url_abs":"https://arxiv.org/abs/1905.00397v2","url_pdf":"https://arxiv.org/pdf/1905.00397v2.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":"fast-autoaugment","repo_url":"https://github.com/kakaobrain/fast-autoaugment","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/Ching-Chen-Wang/EfficientNet-eLite","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/cfld/amdim","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/ildoonet/pytorch-randaugment","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/junkwhinger/fastautoaugment_jsh","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/kakaobrain/autoclint","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/philip-bachman/amdim-public","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/songyadong106/111","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/tgilewicz/uniformaugment","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/zhanghang1989/fast-autoaug-torch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"fast-autoaugment","repo_url":"https://github.com/NoamRosenberg/fast-autoaugment-on-a-single-gpu","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"gone","observed_at":"2026-09-17","how":"tree_404+repo_404"}}],"tasks":[{"task_slug":"data-augmentation","task_name":"Data Augmentation"},{"task_slug":null,"task_name":"GPU"},{"task_slug":"image-augmentation","task_name":"Image Augmentation"},{"task_slug":"image-classification","task_name":"Image Classification"}],"methods":[{"method_slug":"1x1-convolution","method_name":"1x1 Convolution"},{"method_slug":"autoaugment","method_name":"AutoAugment"},{"method_slug":"average-pooling","method_name":"Average Pooling"},{"method_slug":"batch-normalization","method_name":"Batch Normalization"},{"method_slug":"bottleneck-residual-block","method_name":"Bottleneck Residual Block"},{"method_slug":"colorjitter","method_name":"ColorJitter"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"cutout","method_name":"Cutout"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"fast-autoaugment","method_name":"Fast AutoAugment"},{"method_slug":"global-average-pooling","method_name":"Global Average Pooling"},{"method_slug":"kaiming-initialization","method_name":"Kaiming Initialization"},{"method_slug":"lstm","method_name":"LSTM"},{"method_slug":"max-pooling","method_name":"Max Pooling"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"residual-block","method_name":"Residual Block"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"sigmoid-activation","method_name":"Sigmoid Activation"},{"method_slug":"tanh-activation","method_name":"Tanh Activation"},{"method_slug":"weight-decay","method_name":"Weight Decay"},{"method_slug":"wide-residual-block","method_name":"Wide Residual Block"},{"method_slug":"wideresnet","method_name":"WideResNet"}],"datasets_introduced":[],"methods_introduced":[{"slug":"fast-autoaugment","name":"Fast AutoAugment","full_name":"Fast AutoAugment"}],"results":[{"leaderboard":"/sota/data-augmentation-on-imagenet","task":"Data Augmentation","dataset":"ImageNet","model":"ResNet-200 (Fast AA)","rank_in_archive_order":4,"of":17,"metrics":{"Accuracy (%)":"80.6"},"uses_additional_data":false},{"leaderboard":"/sota/data-augmentation-on-imagenet","task":"Data Augmentation","dataset":"ImageNet","model":"ResNet-50 (Fast AA)","rank_in_archive_order":13,"of":17,"metrics":{"Accuracy (%)":"77.6"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-cifar-10","task":"Image Classification","dataset":"CIFAR-10","model":"PyramidNet+ShakeDrop (Fast AA)","rank_in_archive_order":46,"of":265,"metrics":{"Percentage correct":"98.3"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-cifar-100","task":"Image Classification","dataset":"CIFAR-100","model":"PyramidNet+ShakeDrop (Fast AA)","rank_in_archive_order":38,"of":211,"metrics":{"Percentage correct":"88.3"},"uses_additional_data":true},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"ResNet-200 (Fast AA)","rank_in_archive_order":691,"of":1060,"metrics":{"Top 1 Accuracy":"80.6%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-imagenet","task":"Image Classification","dataset":"ImageNet","model":"ResNet-50 (Fast AA)","rank_in_archive_order":867,"of":1060,"metrics":{"Top 1 Accuracy":"77.6%"},"uses_additional_data":false},{"leaderboard":"/sota/image-classification-on-svhn","task":"Image Classification","dataset":"SVHN","model":"Wide-ResNet-28-10 (Fast AA)","rank_in_archive_order":2,"of":62,"metrics":{"Percentage error":"1.1"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1905.00397","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1905.00397"}},"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/songyadong106/111","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tgilewicz/uniformaugment","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cfld/amdim","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Ching-Chen-Wang/EfficientNet-eLite","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/junkwhinger/fastautoaugment_jsh","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ildoonet/pytorch-randaugment","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kakaobrain/fast-autoaugment","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zhanghang1989/fast-autoaug-torch","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/NoamRosenberg/fast-autoaugment-on-a-single-gpu","reach":{"status":"gone","observed_at":"2026-09-17","how":"tree_404+repo_404"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/philip-bachman/amdim-public","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kakaobrain/autoclint","reach":null}],"summary":{"ran_fixture":12,"ran_draft_wrong":4,"ran":6,"unverified":18},"by_repo_kind":{"official":{"samples":10,"ran":4,"repositories":1},"listed":{"samples":28,"ran":17,"repositories":5}},"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":3,"samples":[{"code_sha256_prefix":"993134d3c95bcf92","entry":"Brightness","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"993134d3c95bcf92"}},{"code_sha256_prefix":"ccaa14b841bf44dc","entry":"Color","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ccaa14b841bf44dc"}},{"code_sha256_prefix":"f90119cfdd38ef56","entry":"Cutout","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f90119cfdd38ef56"}},{"code_sha256_prefix":"d2a9bd74240b6944","entry":"Posterize","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d2a9bd74240b6944"}},{"code_sha256_prefix":"75171b0fbf864dbb","entry":"Posterize","repo":"ildoonet/pytorch-randaugment","repo_kind":"listed","path":"RandAugment/augmentations.py","file_url":"https://github.com/ildoonet/pytorch-randaugment/blob/HEAD/RandAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"75171b0fbf864dbb"}},{"code_sha256_prefix":"067680c1cc9f4b97","entry":"Posterize2","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"067680c1cc9f4b97"}},{"code_sha256_prefix":"9c6958943035b251","entry":"RandAugment","repo":"ildoonet/pytorch-randaugment","repo_kind":"listed","path":"RandAugment/augmentations.py","file_url":"https://github.com/ildoonet/pytorch-randaugment/blob/HEAD/RandAugment/augmentations.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":"9c6958943035b251"}},{"code_sha256_prefix":"b92936d1f2ac3e6c","entry":"ShearX","repo":"kakaobrain/autoclint","repo_kind":"listed","path":"skeleton/data/augmentations.py","file_url":"https://github.com/kakaobrain/autoclint/blob/HEAD/skeleton/data/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b92936d1f2ac3e6c"}},{"code_sha256_prefix":"008c64b77c4ae4c9","entry":"ShearY","repo":"kakaobrain/autoclint","repo_kind":"listed","path":"skeleton/data/augmentations.py","file_url":"https://github.com/kakaobrain/autoclint/blob/HEAD/skeleton/data/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"008c64b77c4ae4c9"}},{"code_sha256_prefix":"ab50d5bbcf589623","entry":"TranslateX","repo":"kakaobrain/autoclint","repo_kind":"listed","path":"skeleton/data/augmentations.py","file_url":"https://github.com/kakaobrain/autoclint/blob/HEAD/skeleton/data/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ab50d5bbcf589623"}},{"code_sha256_prefix":"b1fc55be13be06e7","entry":"TranslateXAbs","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b1fc55be13be06e7"}},{"code_sha256_prefix":"d4b73cc9fa9b08ae","entry":"TranslateY","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d4b73cc9fa9b08ae"}},{"code_sha256_prefix":"15ceb820d17f0a5c","entry":"TranslateYAbs","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"15ceb820d17f0a5c"}},{"code_sha256_prefix":"1ca02113ff95139e","entry":"UniformAugment","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.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":"1ca02113ff95139e"}},{"code_sha256_prefix":"b1cd4e4b4bba7f8c","entry":"augment_list","repo":"tgilewicz/uniformaugment","repo_kind":"listed","path":"UniformAugment/augmentations.py","file_url":"https://github.com/tgilewicz/uniformaugment/blob/HEAD/UniformAugment/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b1cd4e4b4bba7f8c"}},{"code_sha256_prefix":"5d568852c0fdc6a3","entry":"augment_list","repo":"ildoonet/pytorch-randaugment","repo_kind":"listed","path":"RandAugment/augmentations.py","file_url":"https://github.com/ildoonet/pytorch-randaugment/blob/HEAD/RandAugment/augmentations.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":"5d568852c0fdc6a3"}},{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/networks/resnet.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/networks/resnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fac5364e2f53c6db"}},{"code_sha256_prefix":"03a0be4fb7381bd2","entry":"conv3x3","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/networks/pyramidnet.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/networks/pyramidnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"03a0be4fb7381bd2"}},{"code_sha256_prefix":"a43ccb0a81208bab","entry":"fa_reduced_cifar10","repo":"Ching-Chen-Wang/EfficientNet-eLite","repo_kind":"listed","path":"EfficientNet-eLite/archive.py","file_url":"https://github.com/Ching-Chen-Wang/EfficientNet-eLite/blob/HEAD/EfficientNet-eLite/archive.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a43ccb0a81208bab"}},{"code_sha256_prefix":"40d3c39a403ae1f7","entry":"float_parameter","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"archive.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/archive.py","link_basis":"harvester_set","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":"40d3c39a403ae1f7"}},{"code_sha256_prefix":"7900a3a6deef908b","entry":"int_parameter","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"archive.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/archive.py","link_basis":"harvester_set","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":"7900a3a6deef908b"}},{"code_sha256_prefix":"f8a38db0674e2431","entry":"split_dataset_train","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"f8a38db0674e2431"}},{"code_sha256_prefix":"fcce9b35a12cd32c","entry":"SolarizeAdd","repo":"ildoonet/pytorch-randaugment","repo_kind":"listed","path":"RandAugment/augmentations.py","file_url":"https://github.com/ildoonet/pytorch-randaugment/blob/HEAD/RandAugment/augmentations.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":"fcce9b35a12cd32c"}},{"code_sha256_prefix":"3ccb35170e45f022","entry":"accuracy","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/metrics.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/metrics.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":"3ccb35170e45f022"}},{"code_sha256_prefix":"0a6d90cf17a6a7b6","entry":"count_bn2d","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/nn/modules/profile.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/nn/modules/profile.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":"0a6d90cf17a6a7b6"}},{"code_sha256_prefix":"2495aa8db734b762","entry":"count_conv2d","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/nn/modules/profile.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/nn/modules/profile.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":"2495aa8db734b762"}},{"code_sha256_prefix":"8adf833ce8491ae7","entry":"count_relu","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/nn/modules/profile.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/nn/modules/profile.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":"8adf833ce8491ae7"}},{"code_sha256_prefix":"5d3725d10f387239","entry":"decorator_tuple_to_args","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/nn/modules/wrappers.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/nn/modules/wrappers.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":"5d3725d10f387239"}},{"code_sha256_prefix":"6f457a08830581a5","entry":"generate_cv_sets","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"6f457a08830581a5"}},{"code_sha256_prefix":"500151731fe0c778","entry":"get_change_scale","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/optim/scheduler.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/optim/scheduler.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":"500151731fe0c778"}},{"code_sha256_prefix":"fd8ab66e1567e6f2","entry":"get_discrete_epoch","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/optim/scheduler.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/optim/scheduler.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":"fd8ab66e1567e6f2"}},{"code_sha256_prefix":"6066adc7a58afde6","entry":"get_logger","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/common.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/common.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":"6066adc7a58afde6"}},{"code_sha256_prefix":"58895526cd27ed71","entry":"get_logger","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/projects/others.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/projects/others.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":"58895526cd27ed71"}},{"code_sha256_prefix":"305d5112606704d9","entry":"get_tf_resize","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/projects/others.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/projects/others.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":"305d5112606704d9"}},{"code_sha256_prefix":"58be042029debe2d","entry":"get_tf_to_tensor","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/projects/others.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/projects/others.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":"58be042029debe2d"}},{"code_sha256_prefix":"5f37303469d04cab","entry":"gradual_warm_up","repo":"songyadong106/111","repo_kind":"listed","path":"skeleton/optim/scheduler.py","file_url":"https://github.com/songyadong106/111/blob/HEAD/skeleton/optim/scheduler.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":"5f37303469d04cab"}},{"code_sha256_prefix":"8b2b8ba48892e73e","entry":"mixup","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/aug_mixup.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/aug_mixup.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":"8b2b8ba48892e73e"}},{"code_sha256_prefix":"10d196b211843339","entry":"parse_devkit","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/imagenet.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/imagenet.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":"10d196b211843339"}},{"code_sha256_prefix":"97bfaa2cce837d67","entry":"parse_meta","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/imagenet.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/imagenet.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":"97bfaa2cce837d67"}},{"code_sha256_prefix":"e7825a1705689714","entry":"parse_val_groundtruth","repo":"kakaobrain/fast-autoaugment","repo_kind":"official","path":"FastAutoAugment/imagenet.py","file_url":"https://github.com/kakaobrain/fast-autoaugment/blob/HEAD/FastAutoAugment/imagenet.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":"e7825a1705689714"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}