melodyguan / enas

TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
https://arxiv.org/abs/1802.03268
Apache License 2.0
1.58k stars 390 forks source link

how is the effect on larger images (e.g. 300*300) #69

Open meiniangpp opened 6 years ago

meiniangpp commented 6 years ago

Hi, I have run your code on the dataset of flower, whose image size is much larger than Cifar. The result is not very good, only about 80% accuracy. I'm curious whether you have verified the code on datasets of larger images, and how is the effect? Thank you a lot for your time. Looking forward to your reply : )

marsggbo commented 6 years ago

I've tried the larger images(256*256), but there exists errors in shape matching issues.