-
Notifications
You must be signed in to change notification settings - Fork 149
[examples] Add SRE16 recipe. #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Will merge this after the plda implementation |
tools/extract_embedding.sh
Outdated
@@ -24,6 +24,9 @@ store_dir= | |||
batch_size=1 | |||
num_workers=1 | |||
nj=4 | |||
reverb_data=data/rirs/lmdb | |||
noise_data=data/rirs/lmdb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todo:
noise_data=data/musan/lmdb
OR
reverb_data=
noise_data=
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌🏻
examples/sre/v2/local/extract_sre.sh
Outdated
data_type="shard" # shard/raw/feat | ||
data=data | ||
reverb_data=data/rirs/lmdb | ||
noise_data=data/rirs/lmdb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: move this file to tools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: delete this file cause it's already in tools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: move this file to tools
examples/sre/v2/local/filter_scp.pl
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: move this file to tools
Consider the above-mentioned update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
* init sre recipe * [examples] add sre recipe * Update README.md * [examples] add sre recipe, delete used files * merge from master * update specify sample number each epoch * remove trailing whitespace * fix the repeat read dataset problem in the evaluation process and update results * fix the repeat read dataset problem in the evaluation process and update results * update as hongji mentioned * Update README.md * Update sre recipe README.md * Update recipe part in README.md
No description provided.