-
Notifications
You must be signed in to change notification settings - Fork 16
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
Audio Classification example #107
Conversation
This looks really cool, but I want to caution against checking large binary files into git. A possible alternative would be to use https://git-lfs.com/. |
Indeed, the binary file comprises the Tensorflow Lite model. How would you recommend handling it? |
I would suggest Git LFS. |
Thanks @lhstrh , I will look into it |
Thanks for trying out LFS! Note that 6d34a57 has deposited the file into the history already, so that commit would have to be rewritten before this PR gets merged. |
1481796
to
7aac7ea
Compare
7aac7ea
to
865b6ef
Compare
8bd0a4b
to
8a583f2
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.
Thanks for cleaning up the history and using LFS!
Here are the files that demonstrate the Audio Classification example, complete with an installation and execution guide.