Update CVPR-2019-GDAS.md

This commit is contained in:
D-X-Y 2020-03-06 00:32:17 -08:00 committed by GitHub
parent 9a83814a46
commit d1d337e0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Please use the following scripts to use GDAS to search as in the original paper:
CUDA_VISIBLE_DEVICES=0 bash ./scripts-search/GDAS-search-NASNet-space.sh cifar10 1 -1
```
**After searching***, if you want to re-train the searched architecture found by the above script, you can use the following script:
**After searching**, if you want to re-train the searched architecture found by the above script, you can use the following script:
```
CUDA_VISIBLE_DEVICES=0 bash ./scripts/retrain-searched-net.sh cifar10 gdas-searched \
output/search-cell-darts/GDAS-cifar10-BN1/checkpoint/seed-945-basic.pth 96 -1