source-separation / tutorial

Tutorial covering Open Source tools for Source Separation.
https://source-separation.github.io/tutorial
Other
351 stars 38 forks source link

Issue on page /intro/tutorial_structure.html #36

Closed inconnuevoyager closed 2 years ago

inconnuevoyager commented 2 years ago

I'm currently running this tutorial locally, using conda tutorial-environment, and the system keeps giving me this error:

TypeError: read_stems() got an unexpected keyword argument 'sample_rate'

when I'm trying to run these lines:

nussl.datasets.MUSDB18(~ {ex)subsets=['test'], transform=tfm or download=True} ) data.prepare_musdb('~/.nussl/tutorial/')

while it works well on google colab. How can I solve this problem? Any help would be greatly appreciated.