Spaces:
Running
on
Zero
Running
on
Zero
File size: 373 Bytes
94bafa8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#!/usr/bin/env bash
#SBATCH --job-name=Latte-ffs
#SBATCH --partition group-name
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=8
#SBATCH --gres=gpu:8
#SBATCH --cpus-per-task=16
#SBATCH --time=500:00:00
#SBATCH --output=slurm_log/%j.out
#SBATCH --error=slurm_log/%j.err
source ~/.bashrc
conda activate latte
srun python train.py --config ./configs/taichi/taichi_train.yaml |