darts
darts copied to clipboard
running time when it compares with Resnet from other code
It takes a long time to search architecture and train from start. If I use other code with Resnet to train from start. It only takes 1/5 time of DARTS code. Maybe the DARTS code is not so efficient?
I also compared the DARTS with ResNet. And I found the same. I think this could be fixed by switching the search space with more efficient ones.
GL, PF