enas icon indicating copy to clipboard operation
enas copied to clipboard

TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"

Results 85 enas issues
Sort by recently updated
recently updated
newest added

I am attempting to use an architecture from cifar10_macro_search and am getting this error. Please advise. -------------------------------------------------------------------------------- Path outputs exists. Remove and remake. -------------------------------------------------------------------------------- Logging to outputs/stdout -------------------------------------------------------------------------------- batch_size...................................................................100 child_block_size...............................................................3...

This looks like an excellent paper and I'm about to try it out, thanks! I found a small path naming scheme change from src->enas will make calling this source code...

I noticed that in your controller, the prev_c and prev_h never changed, are zeros all the time. For the LSTM, only the chosen action's embedding is feed into the next...

Thank you for open your work. Now I tried some experiments. I tried the search part for rnn cell, then searched rnn cell retrained. However, I can't reach the your...

directory: src/utils.py error par: from line 141 to 151. when the system perform clip_mode == "norm", the original variable "g" is assigned to "grads", not the wanted variable "c_g". This...