File size: 265 Bytes
20e6d37 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
#nvidia-smi
#echo CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES
unset CUDA_VISIBLE_DEVICES
export KMP_AFFINITY=none
python -u tools/train.py configs/fungi2023/swinv2_base_w24_b8x8-fp16_fungi+val_res_384_cb_epochs_6.py --launcher="slurm" # --auto-scale-lr
|