Skip to content

Commit

Permalink
Fix a spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjksjtu authored Apr 25, 2018
1 parent 1added1 commit 02b72eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cifar/scripts/train-all-cnns.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(export CUDA_VISIBLE_DEVICES=0 && python train.py --quality 1 > logs/quality_1.log)&
(export CUDA_VISIBLE_DEVICES=1 && python train.py --quality 5 > logs/qualtiy_5.log)&
(export CUDA_VISIBLE_DEVICES=1 && python train.py --quality 5 > logs/quality_5.log)&
(export CUDA_VISIBLE_DEVICES=2 && python train.py --quality 10 > logs/quality_10.log)&
(export CUDA_VISIBLE_DEVICES=3 && python train.py --quality 15 > logs/quality_15.log)&
(export CUDA_VISIBLE_DEVICES=4 && python train.py --quality 20 > logs/quality_20.log)&
Expand Down

0 comments on commit 02b72eb

Please sign in to comment.