Versions Compared

Key

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

...

2. Run the following commands on your terminal
                   $ module load anaconda/2020.11-py3.8
                   $ module load singularity/3.7.1
                   $ module load pytorch/1.58.1
                   $ cp $CONTAINERDIR/pytorch-1.58.1.sif /home/$USER

 (make sure that you have  the same module loads included in your grid.slurm file)

...