meg HF staff commited on
Commit
89e283a
·
verified ·
1 Parent(s): dae015a

Update train.sh

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