yuhuixu1993/PC-DARTS

model 'genotype' has no attribute 'DARTS'

ldd91 opened this issue · 2 comments

ldd91 commented

I exec 'python train.py --auxiliary --cutout' and run an error which logs shows:
File “train.py ” line 72,in main
File "",line 1,in
AttributeError: module 'genotypes' has no attribute 'DARTS'
My pytorch version is 1.1.0 python version is python3

Please check that the default '--arch' is 'PC-DARTS' not 'DARTS'

ldd91 commented

Thank you for reply,I change the --arch to PCDARTS and it works