linnanwang / AlphaX-NASBench101

Neural Architecture Search using Deep Neural Network and Monte Carlo Tree Search
168 stars 23 forks source link

Code for Rnn predictor #3

Open pipilurj opened 5 years ago

pipilurj commented 5 years ago

Thank you for the code! It would be great if you can share the RNN predictor code as well, because I'd like to try both and see the result. Great thanks!

linnanwang commented 5 years ago

That codes have not yet been cleaned, and it involves a lot of manual operations to get it working. It would be a lot of easy if you implement RNN based meta-DNN yourself. Frankly, the performance improvement from fully connected layers to RNN is very limited.

For your information, https://arxiv.org/abs/1906.06832 our another MCTS work has significantly improved AlphaX. We will release codes soon after reviews and codes will be made public under FAIR repository. Thank you.