Update train.sh
Browse files
train.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
echo "Starting attempt at training with default from git repo!"
|
| 4 |
-
cd
|
| 5 |
mkdir out
|
| 6 |
python train.py config2/addition/plain/train_addition_bal.py \
|
| 7 |
--ckpt_path_name="ckpt_10000.pt" \
|
|
|
|
| 1 |
#!/bin/bash
|
| 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" \
|