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

Running marco search with different dataset #74

Closed manhquang144 closed 6 years ago

manhquang144 commented 6 years ago

I am trying to run enas on a different dataset. The problem is the algorithm only work with dataset that has less than 10 output classes. If I try with more than 10 classes than the val_acc is always 0. Do anyone know what is root of this issue ? I suspect there is some hardcore values or so but can not figure out how to fix it. Anyone please have me on that, thanks a lot @.@