devilismyfriend / ozen-toolkit

Audio datasets, easier.
82 stars 24 forks source link

Colab Notebook #6

Open chigkim opened 1 year ago

chigkim commented 1 year ago

Can we have Colab version? I tried to get this going, but I get an error: "libtorchtext.so: undefined symbol: _ZN2at4_ops10select_int4callERKNS_6TensorElN3c106SymIntE" https://colab.research.google.com/drive/1z2eh_7ldtZ-U3ALCxLgbNm2FTMIZhV8w?usp=sharing When you run, it'll ask you to upload speech.wav into the notebook. It looks llike pip downgrades many packages to accommodate pyannote.audio. I upgraded with !pip install -U torch torchaudio torchtext torchvision, but get the same error.

GuenKainto commented 11 months ago

change runtime on Colab to GPU you can see the same issue in there https://github.com/devilismyfriend/ozen-toolkit/issues/17