han-cai / PathLevel-EAS

Path-Level Network Transformation for Efficient Architecture Search, in ICML 2018.
113 stars 21 forks source link

No model files in /...../placeholder/Arch_Search/DenseNet/placeholder/controller/model.path #2

Closed jiachen0212 closed 6 years ago

jiachen0212 commented 6 years ago

Hello Mr Cai, first of all, thanks very much for the codes... Now I want to do the same experiment, to search the architecture. I use the command: python3 arch_search.py --setting=densenet-cell but i got the bug: No model files in /...../placeholder/Arch_Search/DenseNet/placeholder/controller/model.path emmm... maybe i use the code in a wrong way? can you give some help? thanks very much.....

jiachen0212 commented 6 years ago

emmm... what's the meaning of file "model.pkl", maybe the bug is caused by it.. I modified the code to get the “model.path” and "model.pkl", but the "model.pkl" I got was invalid.

han-cai commented 6 years ago

By default, the code will check whether there is a model file in the given path. If yes, it will load that model file, otherwise, it will report "No model files in ..." which indicates the meta-controller is randomly initialized. So this is actually not a bug.