Skip to content

Commit

Permalink
Update train_DiffIRS1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zj-BinXia authored Sep 19, 2023
1 parent 88b7d44 commit f779387
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions DiffIR-RealSR/train_DiffIRS1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
python3 -m torch.distributed.launch --nproc_per_node=8 --master_port=7310 DiffIR/train.py -opt options/train_DiffIRS1_x4.yml --launcher pytorch

# CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
# python3 -m torch.distributed.launch --nproc_per_node=8 --master_port=7310 DiffIR/train.py -opt options/train_DiffIRS1_x2.yml --launcher pytorch


CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
python3 -m torch.distributed.launch --nproc_per_node=8 --master_port=7310 DiffIR/train.py -opt options/train_DiffIRS1_x4.yml --launcher pytorch
# CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
# python3 -m torch.distributed.launch --nproc_per_node=8 --master_port=7310 DiffIR/train.py -opt options/train_DiffIRS1_x1.yml --launcher pytorch

0 comments on commit f779387

Please sign in to comment.