meg HF Staff commited on
Commit
9f1c83b
·
verified ·
1 Parent(s): 75b4e42

Update train.sh

Browse files
Files changed (1) hide show
  1. train.sh +1 -0
train.sh CHANGED
@@ -1,6 +1,7 @@
1
  #!/bin/bash
2
 
3
  echo "Starting attempt at training with default from git repo!"
 
4
  python train.py config2/addition/plain/train_addition_bal.py \
5
  --ckpt_path_name="ckpt_10000.pt" \
6
  --out_dir='out/addition_plain' \
 
1
  #!/bin/bash
2
 
3
  echo "Starting attempt at training with default from git repo!"
4
+ cd teaching_arithmetic
5
  python train.py config2/addition/plain/train_addition_bal.py \
6
  --ckpt_path_name="ckpt_10000.pt" \
7
  --out_dir='out/addition_plain' \