-
Notifications
You must be signed in to change notification settings - Fork 152
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
Regarding adding a Colab Notebook #48
Comments
this is giving an error.
ModuleNotFoundError Traceback (most recent call last) in () 5 frames /usr/local/lib/python3.7/dist-packages/librosa/util/decorators.py in () ModuleNotFoundError: No module named 'numba.decorators' |
I solved the above by running
before the "import limbrosa" code and then restarting runtime and then running the line again. after that it continued to the next error... |
ModuleNotFoundError Traceback (most recent call last) in () ModuleNotFoundError: No module named 'text' |
Hi @jaywalnut310.
I took your
inference_hifigan.ipynb
notebook and made it fully runnable inside Google Colab (here's my Colab Gist). I think it would make it easier for people to play around with the model.If you want I can create a PR accordingly including this notebook.
Let me know.
The text was updated successfully, but these errors were encountered: