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

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...

I tried running micro search on TF 1.7 and it made quite a bit of progress, up to 150 epochs, but then it failed out as follows: ``` [1 2...

Hi, Thanks for the great work and sharing the implementation to the community! I recently found that this part of codes looks kind of weird. During micro-search for CIFAR-10, you...

Hello, Thanks for open sourcing the code. After your commit: https://github.com/melodyguan/enas/commit/2734eb2657847f090e1bc5c51c2b9cbf0be51887 I get 63.26 in ppl and not the 55.6 stated in the paper. However before this commit I get...

Allows optional usage: `$ ptb_final.sh "0 0 0 1 1 2 1 2 0 2 0 5 1 1 2 6 1 8 1 8 1 8 1"`

Is it possible to apply 1D data to this method? I tried to just change the size of the filters of convolution and also the size of pooling, but ending...

Hello, Thank you for your interesting paper. While executing the code, I encountered the error below: File: general_child.py Line: 362 - res_layers.append(tf.cond(tf.equal(skip[i], 1), lambda: prev_layers[i], lambda: tf.zeros_like(prev_layers[i]))). ValueError: slice index...

In section 3.1 Results in the paper it says "Running on a single Nvidia GTX 1080Ti GPU, ENAS finds a recurrent cell in about 10 hours." I ran th e...

Hi @melodyguan, thanks for the great paper! But I still can't reproduce results from your paper in finding the RNN cell on PTB dataset. After approx. 24 hours of training...

I can see the many parameters in the script? while some parameter are different from the lines in the paper I want to reproduce the result shown in the paper?...