yuhuixu1993 / PC-DARTS

PC-DARTS:Partial Channel Connections for Memory-Efficient Differentiable Architecture Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model 'genotype' has no attribute 'DARTS'

ldd91 opened this issue · comments

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'

commented

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