Skip to content

Commit

Permalink
update bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
ferugit committed Mar 1, 2023
1 parent adb07b5 commit dd7b7a2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions train_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ epochs=80
batch_size=12
patience=10
lr=0.001

cuda=True
balance=True
# arch
# augments
# etc

# Audio config
window_size=3.0
sampling_rate=16000

# Dataset
num_classes=5


python -u src/train_and_evaluate.py

0 comments on commit dd7b7a2

Please sign in to comment.