chenxin061 / pdarts

Codes for our paper "Progressive Differentiable Architecture Search:Bridging the Depth Gap between Search and Evaluation"
Other
359 stars 83 forks source link

correct RUN command #24

Closed xiebangquan closed 4 years ago

xiebangquan commented 4 years ago

The instructions is: python train_search.py \ --tmp_data_dir /media/xiebangquan/981607ABCC7438A2/NAS/pdarts-master/tmp/cache/cifar-10-batches-py/ \ --save log_path \ --add_layers 6 \ --add_layers 12 \ --dropout_rate 0.1 \ --dropout_rate 0.4 \ --dropout_rate 0.7 \ --note note_of_this_run

But it do not work: bash: /usr/lib/command-not-found: /usr/bin/python3: bad interpreter: No such file or directory

why? What is the correct RUN command? Thanks!!

LiuTingWed commented 4 years ago

hi, if you can't figure out throughout, I suggest you can run train_search.py by using Pycharm etc.