meg HF Staff commited on
Commit
65b9968
·
verified ·
1 Parent(s): c75adf0

Update train.sh

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