Skip to content

Commit 2a599ef

Browse files
authored
Create TRAIN
1 parent 865f192 commit 2a599ef

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

TRAIN

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#!/bin/sh
2+
#SBATCH --account=PAS2405
3+
#SBATCH --job-name=diffae
4+
#SBATCH --gres=gpu:1
5+
#SBATCH --mem-per-gpu=32GB
6+
#SBATCH --cpus-per-gpu=8
7+
#SBATCH --nodes=1
8+
#SBATCH --ntasks=8
9+
#SBATCH --partition=gpuserial
10+
#SBATCH --time=160:00:00
11+
12+
set -x
13+
14+
source activate diffae
15+
16+
export NCCL_DEBUG=INFO
17+
export PYTHONFAULTHANDLER=1
18+
19+
cd /users/PAS2188/brown8258/diffae
20+
21+
python run_ffhq256.py

0 commit comments

Comments
 (0)