Update train.sh
Browse files
train.sh
CHANGED
|
@@ -3,7 +3,8 @@
|
|
| 3 |
echo "Starting attempt at training with default from git repo!"
|
| 4 |
#cd teaching_arithmetic
|
| 5 |
ls /app/*
|
| 6 |
-
|
|
|
|
| 7 |
--ckpt_path_name="ckpt_10000.pt" \
|
| 8 |
--out_dir='out/addition_plain' \
|
| 9 |
--data_type='text' --data_format='plain' \
|
|
|
|
| 3 |
echo "Starting attempt at training with default from git repo!"
|
| 4 |
#cd teaching_arithmetic
|
| 5 |
ls /app/*
|
| 6 |
+
cd teaching_arithmetic
|
| 7 |
+
python train.py config2/addition/plain/train_addition_bal.py \
|
| 8 |
--ckpt_path_name="ckpt_10000.pt" \
|
| 9 |
--out_dir='out/addition_plain' \
|
| 10 |
--data_type='text' --data_format='plain' \
|