Update train.sh
Browse files
train.sh
CHANGED
@@ -1,6 +1,7 @@
|
|
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
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
echo "Starting attempt at training with default from git repo!"
|
4 |
+
ls *
|
5 |
ls /data/*
|
6 |
cd teaching_arithmetic
|
7 |
mkdir -p out
|