samuelflock / TabIt

A machine learning program that converts music audio into guitar tabs
GNU General Public License v3.0
0 stars 0 forks source link

Import Demucs Music Source Separation #2

Closed samuelflock closed 4 months ago

samuelflock commented 4 months ago

https://github.com/adefossez/demucs?tab=readme-ov-file

samuelflock commented 4 months ago

Proving to be difficult.

Demucs need specific Torch and Torchaudio versions.

Currently, Torch is having problems with fbgemm.dll (it exists, but says this or one of its dependencies could not be found) This problem was caused when I updated pytorch

samuelflock commented 4 months ago

Finally found this problem!

The fbgemm.dll was required, but not in an earlier version of torch

So for future reference use this to download torch: pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121