Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hertz-Lab
Research
Intelligent Museum
language-identification
Commits
9197e50b
Commit
9197e50b
authored
Jul 16, 2021
by
Paul Bethge
Browse files
add quick option
parent
f47878e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
config_train.yaml
View file @
9197e50b
# Dataset
languages
:
[
"
__noise"
,
"
english"
,
"
french"
,
"
german"
,
"
spanish"
]
train_dir
:
"
/data/common_voice_filtered/fiveSec/wav/train"
val_dir
:
"
/data/common_voice_filtered/fiveSec/wav/test"
#languages: ["__noise","english","french","german","spanish"]
languages
:
[
"
english"
,
"
french"
,
"
german"
,
"
spanish"
]
train_dir
:
"
/data/common_voice_filtered/five_sec_vad/wav/train"
val_dir
:
"
/data/common_voice_filtered/five_sec_vad/wav/test"
augment
:
True
# Audio
...
...
@@ -14,8 +15,8 @@ feature_nu: 1024
batch_size
:
64
learning_rate
:
0.001
num_epochs
:
20
#
model: "AttRnn" # name the file in src/models
model
:
"
ResNet"
# name the file in src/models
model
:
"
AttRnn"
# name the file in src/models
#
model: "ResNet" # name the file in src/models
# Other
show_progress
:
True
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment