-
Notifications
You must be signed in to change notification settings - Fork 254
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
Add image and audio converter classes #1813
Add image and audio converter classes #1813
Conversation
8470bd1
to
260e6aa
Compare
Still some tests failing here, but I think this is review ready enough. The image converter and audio converter "large" tests will be failing until I add some new assets on Kaggle, but I will wait for a round of review before adding them. |
6db198e
to
47f5ca1
Compare
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.
LGTM! Thanks, Matt!
Just left some nit comments!
Assets added on Kaggle. This should be ready to merge now. |
These classes will occupy the same role as tokenizers for text models. They will transform raw inputs to model inputs in a way that is not task specific.
b9a03f2
to
5a1b8ec
Compare
These classes will occupy the same role as tokenizers for text models. They will transform raw inputs to model inputs in a way that is not task specific.