chore: Change versions, setup HPC
This commit is contained in:
parent
ea9cf12db0
commit
a5ee44b4c2
6 changed files with 367 additions and 365 deletions
|
|
@ -1,15 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
#PBS -l gpus=1
|
||||
#PBS -l walltime=03:00:00
|
||||
#PBS -m abe
|
||||
|
||||
module load PyTorch/2.1.2-foss-2023a-CUDA-12.1.1
|
||||
module load Optuna/3.5.0-foss-2023a
|
||||
|
||||
cd $PBS_O_WORKDIR
|
||||
|
||||
source training_env/bin/activate
|
||||
|
||||
python main_cnn.py --method train
|
||||
Reference in a new issue