Parcourir la source

unify the train script

yjh0410 il y a 2 ans
Parent
commit
90dfc753e5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      train.sh

+ 1 - 1
train.sh

@@ -45,7 +45,7 @@ else
 fi
 
 # -------------------------- Train Pipeline --------------------------
-WORLD_SIZE=1
+WORLD_SIZE=8
 if [ $WORLD_SIZE == 1 ]; then
     python train.py \
             --cuda \