This repository has been archived on 2025-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2025ML-project-neural_compr.../CNN-model/job.pbs
2025-11-28 09:57:54 +01:00

15 lines
No EOL
240 B
Bash

#!/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