fix file name in run script

This commit is contained in:
René Knaebel 2017-09-08 13:57:18 +02:00
parent 70d00efb01
commit 528829bb33
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -34,7 +34,7 @@ for depth in small
do
python main.py --mode train \
--train ${DATADIR}/currentData.csv \
--model ${RESDIR}/both_${depth}_inter \
--model ${RESDIR}/both_${depth}_staggered \
--epochs 50 \
--embd 128 \
--filter_embd 256 --kernel_embd 8 --dense_embd 128 \
@ -45,4 +45,4 @@ do
--model_output both \
--type staggered \
--depth ${depth}
done
done