chenxin061 / pdarts

Codes for our paper "Progressive Differentiable Architecture Search:Bridging the Depth Gap between Search and Evaluation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

correct RUN command

xiebangquan opened this issue · comments

commented

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!!

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