#!/bin/bash # sh scripts/ood/oe/cifar10_train_oe.sh GPU=1 CPU=1 node=73 jobname=openood PYTHONPATH='.':$PYTHONPATH \ srun -p dsta --mpi=pmi2 --gres=gpu:${GPU} -n1 \ --cpus-per-task=${CPU} --ntasks-per-node=${GPU} \ --kill-on-bad-exit=1 --job-name=${jobname} \ -w SG-IDC1-10-51-2-${node} \ python main.py \ --config configs/datasets/cifar10/cifar10.yml \ configs/datasets/cifar10/cifar10_oe.yml \ configs/networks/resnet18_32x32.yml \ configs/pipelines/train/baseline.yml \ configs/pipelines/train/train_oe.yml \ configs/preprocessors/base_preprocessor.yml \ --seed 0