File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 22#
33# SBATCH --nodes=1
44# SBATCH --tasks-per-node=1
5- # SBATCH --partition=A40short
5+ # SBATCH --partition=A100devel
66# SBATCH --job-name=tr_net
77# SBATCH --output=./out/train_net-%j.out
88# SBATCH --error=./out/train_net-%j.err
99# SBATCH --gres gpu:1
1010# SBATCH --cpus-per-task=8
1111echo " training network..."
1212
13- module load cuDNN
14- module load Python
15- pip install " jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
13+ module load Anaconda3
1614pip install -r requirements.txt
1715
1816python ./src/mnist_integrated.py
Original file line number Diff line number Diff line change 22#
33# SBATCH --nodes=1
44# SBATCH --tasks-per-node=1
5- # SBATCH --partition=A40short
5+ # SBATCH --partition=A40devel
66# SBATCH --job-name=tr_net
77# SBATCH --output=./out/train_net-%j.out
88# SBATCH --error=./out/train_net-%j.err
99# SBATCH --gres gpu:1
1010# SBATCH --cpus-per-task=8
1111echo " training network..."
1212
13- module load cuDNN
14- module load Python
15- pip install " jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
13+ module load Anaconda3
1614pip install -r requirements.txt
1715
1816python ./src/deepfake_interpretation.py
You can’t perform that action at this time.
0 commit comments