naszilla / nas-encodings

Encodings for neural architecture search
Apache License 2.0
29 stars 5 forks source link

No module named 'train_class' #1

Closed LiuJia68 closed 4 years ago

LiuJia68 commented 4 years ago

When search space=='darts', from train_class import Train ModuleNotFoundError: No module named 'train_class'

crwhite14 commented 4 years ago

Thanks for pointing out this mistake. We meant to add to the readme a bit more steps to run experiments on the DARTS search space.

I will update the readme to explain these steps.