FOT-OOD / scripts / train_Nonliving26.sh
train_Nonliving26.sh
Raw
#!/bin/sh
#SBATCH -N 1
#SBATCH -t 21:00:00
#SBATCH --export=ALL
#SBATCH --exclusive

source ~/.bashrc
conda activate ood

cd /usr/workspace/lu35/Documents/fot
arch=resnet50
seed=$1
resume_epoch=0

python train_model.py --dataset Nonliving-26  --resume_epoch ${resume_epoch} --data_path ./data/ImageNet --arch ${arch} --batch_size 128 --train_epoch 450 --lr 0.1 --model_seed ${seed}