From 74366f733cd14461dca3ee537cbe275c333da2da Mon Sep 17 00:00:00 2001 From: Juntang Zhuang <44451229+juntang-zhuang@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:11:45 -0400 Subject: [PATCH] Delete distributed_train_adabelief.sh --- distributed_train_adabelief.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 distributed_train_adabelief.sh diff --git a/distributed_train_adabelief.sh b/distributed_train_adabelief.sh deleted file mode 100755 index 964e6803..00000000 --- a/distributed_train_adabelief.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -NUM_PROC=2 -CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=$NUM_PROC train.py "$@" --model efficientnet_b0 --weight-decay 2.5e-2 --drop 0.2 --drop-path 0.2 --lr 0.002 --batch-size 192 --epochs 400 --sched cosine --opt adabelief --workers 8 --warmup-lr 1e-4 --aa rand-m9-mstd0.5 --remode pixel --reprob 0.2 --amp --bn-momentum 0.1 --mixup 0.2 --mixup-off-epoch 400 --min-lr 1e-5