-
Notifications
You must be signed in to change notification settings - Fork 104
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
Problem with torch #16
Comments
Ok I found a solution. But now the next problem: Can someone help me with this? |
Hey there, A possible workaround is to port the original function, as explained in this stackoverflow thread. Make sure you've imported numpy as np and image from PIL, delete the line saying |
Ok so this time I installed everything for itself.
first git clone https://github.com/msieg/deep-music-visualizer.git
then cd deep-music-visualizer
then pip install tqdm
then pip install librosa
and so on, the full list of requirements.txt.
And it looks like the problem is torch. Maby this helps. Or maby the problem is somewhere else, i dont know
The text was updated successfully, but these errors were encountered: