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
dd006670
Commit
dd006670
authored
Feb 11, 2021
by
Jean Ibarz
Browse files
Update train_model.py
parent
ba8c39c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/train_model.py
View file @
dd006670
...
...
@@ -170,12 +170,12 @@ if __name__ == '__main__':
signals=np.array(training_df['signal']),
labels=np.array(training_df['azimuth']),
sounds=training_sounds,
n_samples=
n_samples
,
n_samples=
None
,
n_augment=1)
test_signals, test_labels = generate_augmented_labelled_dataset(signals=np.array(test_df['signal']),
labels=np.array(test_df['azimuth']),
sounds=test_sounds,
n_samples=
n_samples
,
n_samples=
None
,
n_augment=1)
if exp_config['model_name'] == 'left_center_right':
...
...
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