diff --git a/README.md b/README.md index 972eaa6..8f4a81b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/data/show-queue.sh b/data/show-queue.sh index 2430211..4c259b7 100644 --- a/data/show-queue.sh +++ b/data/show-queue.sh @@ -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}