meg HF staff commited on
Commit
542cf55
1 Parent(s): 33786a0

Update train.sh

Browse files
Files changed (1) hide show
  1. train.sh +1 -1
train.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
  echo "Starting attempt at training with default from git repo!"
4
- ls /app/*
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 \