PathLevel-EAS
PathLevel-EAS copied to clipboard
Path-Level Network Transformation for Efficient Architecture Search, in ICML 2018.
like the title, I can only get the 88.3 +- acc in validation, should I modify some param? such as ... epoch.... ???
Thanks for your work, but when I run the arch_search.py, it has error as follows: File "arch_search.py", line 44, in virtual=False, File "/home/users/zhangruyi/NAS/PathLevel-EAS-master/code/CIFAR/arch_search/arch_search_tree_cell.py", line 430, in arch_search_tree_cell assert cell_architecture ==...
Hey, @han-cai , thank you so much for the release of code. But I notice that the current version only supports for the normal convolution, when the initial architecture involves...
Thanks @han-cai so much for publishing you're implementation! I was just wondering if this code was being released under any particular licenses?
I have run `run_exp.py` with 10 GPUs, but it occurs out of memory errors: ``` RuntimeError: CUDA error: out of memory ``` As mentioned in your paper, you use only...