fix file name in run script
This commit is contained in:
parent
70d00efb01
commit
528829bb33
4
run.sh
4
run.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user