Skip to content
Snippets Groups Projects
Commit 999d075a authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

rename test_gen

parent a65e3648
No related branches found
No related tags found
No related merge requests found
Pipeline #272578 passed
......@@ -4,9 +4,9 @@
import torchvision.datasets as datasets
import torchvision
import MetaAugment.child_networks as cn
from MetaAugment.autoaugment_learners.AaLearner import AaLearner
from MetaAugment.autoaugment_learners.gen_learner import Genetic_learner
import autoaug.child_networks as cn
from autoaug.autoaugment_learners.AaLearner import AaLearner
from autoaug.autoaugment_learners.gen_learner import Genetic_learner
import random
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment