ENAS-Tensorflow
ENAS-Tensorflow copied to clipboard
Efficient Neural Architecture search via parameter sharing(ENAS) micro search Tensorflow code for windows user
`Starting session Traceback (most recent call last): File "main_controller_child_trainer.py", line 358, in tf.app.run() File "C:\Users\bm\anaconda3\envs\ENAS_env\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "main_controller_child_trainer.py", line 355, in main train() File...
Hi, I was trying to run the code and understand its working but i am stuck with an error don't know how to resolve it. Please suggest me a solution....
In the original code, I tried to use my own dataset which is larger than CIFAR10. My image shape is: - train: 1993*3*224*224 - valid: 993*3*224*224 - test : 993*3*224*224...
Hey :) The figures in section Explained: 1. Controller raise some questions: I can't find an explanation what the inputs of the LSTM cells should be. You use g_emb, Anchors...
Thanks for your detailed explanation! However, I still have some confusion. May you elaborate on these variables: w_atten, v_attn, b_soft_no_learn? And the anchor is corresponding to the node in the...
Have you looked into parallelizing it? I could not get it to run on my AWS GPU because I had problems with Tensorflow-GPU and CUDA, so I have it running...