VDIGPKU / DADA

[ECCV 2020] DADA: Differentiable Automatic Data Augmentation
MIT License
189 stars 29 forks source link

No genotypes module #16

Open alex-xun-xu opened 3 years ago

alex-xun-xu commented 3 years ago

Dear Authors,

I follow the instruction to install required modules. But when I run search_relax train.py I received no module genotypes. May I ask how can I install this module?

Best

latstars commented 3 years ago

Dear Authors,

I follow the instruction to install required modules. But when I run search_relax train.py I received no module genotypes. May I ask how can I install this module?

Best

Usually, you should search policy with search_relax train_search.py and train model with FastAutoAugment. You can find the genotype https://github.com/VDIGPKU/DADA/blob/master/fast-autoaugment/FastAutoAugment/genotype.py.