yjh0410 1 年之前
父节点
当前提交
d5a5cfd1b0
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      yolo/train.sh

+ 1 - 2
yolo/train.sh

@@ -16,8 +16,7 @@ if [[ $WORLD_SIZE == 1 ]]; then
             --root ${DATASET_ROOT} \
             --model ${MODEL} \
             --batch_size ${BATCH_SIZE} \
-            --resume ${RESUME} \
-            --fp16
+            --resume ${RESUME}
 elif [[ $WORLD_SIZE -gt 1 && $WORLD_SIZE -le 8 ]]; then
     python -m torch.distributed.run --nproc_per_node=${WORLD_SIZE} --master_port ${MASTER_PORT} train.py \
             --cuda \