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

How could we know the specific architecture of micro search. THERE ARE MORE THAN 4 NUMBERS IN ONE LINE.

Can you explain the list of architecture to me? [0 1 1 0 1 1 0 3 1 2 0 0 0 1 1 4 1 0 3 1] [0...

Could anyone point why is this error happening? `` Tensor("child/layer_0/final_conv/Relu:0", shape=(?, 32, 32, 36), dtype=float32) Tensor("child/layer_1/skip/bn/Identity:0", shape=(?, 32, 32, 36), dtype=float32) Tensor("child/layer_2/skip/bn/Identity:0", shape=(?, 32, 32, 36), dtype=float32) Tensor("child/layer_3/pool_at_3/from_4/bn/Identity:0", shape=(?, 16,...

Hi, I have replaced "tf.device("cpu"):" with "tf.device("/device:gpu:0"):" everywhere in the code, but it still is giving the error of "Default AvgPoolingOp only supports NHWC on device type CPU". The code...

@hyhieu Hi,Thank you for all you work. Now,I want to take place of the cifar10 dataset with cifar100 to implement this code to find and tune CNN cells and architectures....

Do you mean (5^(B-2)*(B-2)!)^2 in 2.4 I do not know why it is (5*(B-2)!)^2

When I used an architecture different from [fixed_arc](https://github.com/melodyguan/enas/blob/2734eb2657847f090e1bc5c51c2b9cbf0be51887/scripts/cifar10_macro_final.sh#L5) in cifar10_macro_final.sh, I got the same error as @ShenghaiRong and @zeus7777777 mentioned in [Question about output value](https://github.com/melodyguan/enas/issues/10) (perhaps due to [pooling operation...

Hi, When I look into the sampling code here: https://github.com/melodyguan/enas/blob/master/src/cifar10/general_controller.py#L127-L268, I find that it does not contains batch size. I mean without batch size it is really hard to optimize...

MemoryError ERROR:tensorflow:================================== Object was never used (type ): If you want to mark it as used call its "mark_used()" method. It was originally created here: File "main.py", line 338, in...