TEAMuP-dev/audacitorch

Audacitorch install prevents import of torchaudio

Closed this issue · 3 comments

I've trained a model that acts on MFCCs I get using torchaudio. When I installed audacitorch to wrap my model (in Colab), it prevents me from importing torchaudio with the message OSError: libtorch_cuda_cpp.so: cannot open shared object file: No such file or directory. It looks like installing audacitorch uninstalls and re-installs torch - might that have something to do with it?

Hi! What version of torchaudio are you trying to use? You will probably need to use torchaudio==0.9.0, since audacitorch uses torch 1.9.1

Yes thanks that worked!

happy to help:)