carpedm20 / ENAS-pytorch

PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"
Apache License 2.0
2.69k stars 492 forks source link

Do you think Parameters Sharing worked efficiently in CNN? #15

Open choqueen opened 6 years ago

choqueen commented 6 years ago

I don't think it can finish search architectures of CNN in 11.5 hours, because the parameters sharing is not as efficient as in RNN.