Google Colab without GPU
Closed this issue · 7 comments
Hello, this isn’t really an issue but I’ve created this notebook on Google Colab.
https://colab.research.google.com/drive/1y1OyWH4QLPQtAoTXBpjqd2euHHsg0Y70#scrollTo=bhYisMBtiOZD
It works well, but I don’t understand why whisper runs it with the GPU while crepe doesn’t manage to and uses the CPU instead. If you want to copy this Google Colab into your project, feel free to do so ;)
Thanks
You have to give access rights
how? with chmod? to which files? thank you
Wow! it works :D
You have to use tensorflow 2.15.0 in colab since they use Cuda 12.1 environment.
I still stick with 2.10.0 because they drop cuda for windows-nativ with version 2.11.0.
But seems crepe dislikes the 2.15.0 version.
You can try to install it with:
!pip install tensorflow[and-cuda]==2.15.0
so i also updated the tourch stuff to latest versions with cu121 so they can use Cuda 12.1.
And now crepe also works :)
Would you please share the Colab notebook file again?
I'm trying to use Colab myself and it is not working.
Hello, I would like to try your code in Google Colab, because I had no success trying to install UltraSinger and the packages on my local computer. Is it possible for you to share it again?
I added the colab file and also added an "open in colab" link in top of the Readme.
Please try and give me an feedback if that works.
Yes, there are some torch install issue. Someone could update the versions 🤣
But my first run works.