Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean Ibarz
ml_binaural_audio
Commits
1399808f
Commit
1399808f
authored
Feb 12, 2021
by
Jean Ibarz
Browse files
Update train_model.py
parent
807c8bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/train_model.py
View file @
1399808f
...
...
@@ -27,13 +27,13 @@ exp_config = ExperimentConfiguration({'n_augment': 1,
'n_epochs'
:
500
,
'n_iters'
:
1
,
'batch_size'
:
512
,
'learning_rate'
:
0.0001
,
'learning_rate'
:
0.0001
,
# may use 0.001 for model 'left_center_right'
'model_name'
:
'one_sided'
,
# possible values: {'default', 'left_center_right', 'one_sided'}
'model_config'
:
{
'random_scale'
:
{
'minval'
:
-
1
0
,
'maxval'
:
1
0
,
'minval'
:
-
1
,
'maxval'
:
1
,
},
'random_shift'
:
{
'minval'
:
0
,
...
...
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