climategan / shared /template /resume_mila_victor.sh
NimaBoscarino's picture
copy the climategan repo in here
6e601ed
#!/bin/bash
#SBATCH --partition={partition}
#SBATCH --cpus-per-task={cpus}
#SBATCH --mem={mem}
#SBATCH --gres={gres}
#SBATCH --output={output}
module purge
{modules}
{conda}
export PYTHONUNBUFFERED=1
cd {codeloc}
echo "Currently using:"
echo $(which python)
echo "in:"
echo $(pwd)
echo "sbatch file: $0"
python resume.py --path {resume}