update README

This commit is contained in:
Xuanyi Dong 2019-04-10 14:31:02 +08:00
parent 3ebbf8833f
commit 1348d17989
2 changed files with 15 additions and 3 deletions

View File

@ -24,8 +24,8 @@ CUDA_VISIBLE_DEVICES=0 bash ./scripts-cnn/train-cifar.sh GDAS_V1 cifar100 cut
Train the searched CNN on ImageNet
```
CUDA_VISIBLE_DEVICES=0 bash ./scripts-cnn/train-imagenet.sh GDAS_F1 52 14 B128 -1
CUDA_VISIBLE_DEVICES=0 bash ./scripts-cnn/train-imagenet.sh GDAS_V1 50 14 B128 -1
CUDA_VISIBLE_DEVICES=0,1,2,3 bash ./scripts-cnn/train-imagenet.sh GDAS_F1 52 14 B128 -1
CUDA_VISIBLE_DEVICES=0,1,2,3 bash ./scripts-cnn/train-imagenet.sh GDAS_V1 50 14 B256 -1
```
Evaluate a trained CNN model

View File

@ -15,7 +15,19 @@ echo 'Queue in low-priority clusters'
echo '-------------------------------'
#queues="yq01-p40-3-8 yq01-p40-2-8 yq01-p40-box-1-8 yq01-v100-box-2-8"
queues="yq01-p40-3-8 yq01-p40-box-1-8 yq01-v100-box-2-8 yq01-v100-box-idl-8"
queues="yq01-p40-3-8 yq01-p40-box-1-8 yq01-v100-box-2-8"
for queue in ${queues}
do
showjob -p ${queue}
sleep 0.3s
done
echo '-------------------------------'
echo 'Queue for other IDL teams'
echo '-------------------------------'
queues="yq01-v100-box-idl-8 yq01-v100-box-idl-3-8"
for queue in ${queues}
do
showjob -p ${queue}