We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac88aa1 commit c4937b3Copy full SHA for c4937b3
scripts/train.slurm
@@ -16,4 +16,4 @@ module load PyTorch
16
17
pip install -r requirements.txt
18
19
-python ./src/train.py
+python ./src/train.py --data_dir data/shakespeare --model Attention
0 commit comments