quark0 / darts

Differentiable architecture search for convolutional and recurrent networks
https://arxiv.org/abs/1806.09055
Apache License 2.0
3.92k stars 843 forks source link

When running train,py, why can't I get the same high accuracy as in train_search.py #161

Open liqier opened 3 years ago

liqier commented 3 years ago

Thanks for your work! One question I hope can be answered: for the same data set and parameter settings, I train train.py with the best cell obtained by train_search.py. Why can't I get the same high accuracy as in train_search.py?

Look forward to your reply.