We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c34e3 commit af2c757Copy full SHA for af2c757
job_script.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+#SBATCH --time=12:00:00
3
+#SBATCH --account=def-hup-ab
4
+echo "Training ML model..."
5
+./train.py
0 commit comments