-
Notifications
You must be signed in to change notification settings - Fork 52
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
Variable length WAV files #2
Comments
Apologies for the missing documentation, but there is a flag to take care of this in Just set Let me know if this doesn't fix your issue - I'm planning to take another stab at updating this code in the over the next couple of weeks. |
@sevenfx awesome I will take a look shortly. Theres some breaking changes in the latest versions of fastai so I just reverted to the version listed in the notebook you committed. I will let you know how I go with this. |
It works great! :) |
This is really cool What i am suggesting . Why dont you make pull request to original fastai repo to make a part of it . Because this really cool work. |
I am new to deep learning . Can you please help how could i import this library to colab as i am using Command "python setup.py egg_info" failed with error code 1 in |
@tahercoolguy I dont think its been setup correctly to be installed via pip. You can use some CLI commands to get the code like this:
For the dependencies you could try:
or if you want the latest versions:
Good luck! :) @sevenfx I agree this would be cool to merge into the main fastai repo? Should we ask Jeremy Howard his thoughts? |
Thank you @madhavajay for script . We would definitely ask about merging fastai_audio in fastai repo . |
@tahercoolguy @madhavajay Jeremy has actually tweeted that there is going to be an official |
Im not sure if its my dataset, but im getting an error: my Databunch is:
and the full error is:
|
This is really cool.
However I have tried it on my own data set and im getting the following errors:
When I look at the Magenta data looks to be all 4 second waves:
I see this in the code, is it related?
If you can give me a general idea of what to look for I can see if i can fix it.
The text was updated successfully, but these errors were encountered: