Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit e08f898

Browse files
committed
rename run.sh -> train.sh
1 parent 5513e98 commit e08f898

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

run.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

train.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
echo "train wavenet"
2+
python3 src/train.py model_name=wavenet epoch=25 batch_size=128 validation=naive
3+
echo "train resnet_1"
4+
python3 src/train.py model_name=resnet_1 epoch=25 batch_size=128 validation=naive
5+
echo "train resnet_2"
6+
python3 src/train.py model_name=resnet_2 epoch=25 batch_size=128 validation=naive
7+
echo "train lstm"
8+
python3 src/train.py model_name=lstm epoch=25 batch_size=128 validation=naive
9+
10+

0 commit comments

Comments
 (0)