We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to install master so I can try the Gammatonegram. (Will you make a new pre-release soon?)
I follow the installation instructions here: https://kinwaicheuk.github.io/nnAudio/intro.html#installation
However, it doesn't work. You can see a minimal colab here:
https://colab.research.google.com/drive/15ItkuaZV0XCR7nzsC0mr_3jj374s-Knz?usp=sharing
!git clone https://github.com/KinWaiCheuk/nnAudio.git !cd nnAudio/Installation/ && python3 setup.py install from nnAudio import Spectrogram >>> ImportError: cannot import name 'Spectrogram'
The text was updated successfully, but these errors were encountered:
It seems to be a specific problem in Colab, since it is working fine in a local machine.
Can you try this command to install nnAudio in colab instead? !pip install git+https://github.com/KinWaiCheuk/nnAudio.git#subdirectory=Installation
!pip install git+https://github.com/KinWaiCheuk/nnAudio.git#subdirectory=Installation
Sorry, something went wrong.
That appears to work.
No branches or pull requests
I am trying to install master so I can try the Gammatonegram. (Will you make a new pre-release soon?)
I follow the installation instructions here: https://kinwaicheuk.github.io/nnAudio/intro.html#installation
However, it doesn't work. You can see a minimal colab here:
https://colab.research.google.com/drive/15ItkuaZV0XCR7nzsC0mr_3jj374s-Knz?usp=sharing
The text was updated successfully, but these errors were encountered: