Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
monster119120 authored Apr 8, 2023
1 parent 60f6753 commit b8b48fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python main.py --arch resnet50_dynamic --gpus 8 --lr 0.001 --data-path ../data/imagenet --pretrained --strategy ddp_find_unused_parameters_false
CUDA_VISIBLE_DEVICES=7 python main.py --arch resnet50 --pretrained --data-path ../data/imagenet -e \
--accelerator gpu --devices 1

0 comments on commit b8b48fd

Please sign in to comment.