Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#!/bin/bash
#SBATCH --time=01:00:00
#SBATCH --nodes=1
#SBATCH --hint=nomultithread

module load intelpython3
export PYTHONPATH=/project/k01/shaima0d/software/lib/python3.7/site-pacakges:$PYTHONPATH

python train.py

If there are warnings or error of not having right permissions to upgrade a dependency package, contact us and our applications team will assist you with installation.