-
Notifications
You must be signed in to change notification settings - Fork 1
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
added wav2vec2 model, and related conf/utils files. #107
Conversation
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.
Cool PR!
@@ -0,0 +1,2 @@ | |||
# @package _global_ | |||
_preprocessors: [] |
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.
if there are no preprocessors why is this file needed and not use the defaults
?
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.
wav2vec is working on the raw input (the waveform) and the defaults file has a preprocess of the data into a spectrogram.
Co-authored-by: Tomer Nahshon <33577556+Z30G0D@users.noreply.github.com>
fixed indentation
main changes: