Skip to content

Commit

Permalink
changed CUDA_VISIBLE_DEVICES to gpu0
Browse files Browse the repository at this point in the history
  • Loading branch information
youralien committed Sep 27, 2022
1 parent fe2a44d commit 9d375f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codes_zcj/RUN/train_strat.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CUDA_VISIBLE_DEVICES=1 python train.py \
CUDA_VISIBLE_DEVICES=0 python train.py \
--config_name strat \
--inputter_name strat \
--eval_input_file ./_reformat/valid.txt \
Expand All @@ -13,4 +13,4 @@ CUDA_VISIBLE_DEVICES=1 python train.py \
--warmup_steps 100 \
--fp16 false \
--loss_scale 0.0 \
--pbar true
--pbar true

0 comments on commit 9d375f5

Please sign in to comment.