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 |
-
ls /
|
5 |
cd teaching_arithmetic
|
6 |
mkdir -p out
|
7 |
python train.py config2/addition/plain/train_addition_bal.py \
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
echo "Starting attempt at training with default from git repo!"
|
4 |
+
ls /data/*
|
5 |
cd teaching_arithmetic
|
6 |
mkdir -p out
|
7 |
python train.py config2/addition/plain/train_addition_bal.py \
|