You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Colab just for extracting the stems from the youtube video, we get NameError: name 'predict' is not defined. This might have been overlooked as the import of predict happens on the Separate MUSDB18 tracks section. I think there should not be any need to run that section if the user just desires to extract the stems from an youtube video.
To Reproduce
Steps to reproduce the behaviour:
Run Installation and Imports
Do not run Separate MUSDB18 tracks
Run Separate Youtube Video
Expected behaviour
The loading in from openunmix import predict should happen either in Installation and Imports or in both Separate MUSDB18 tracks and Separate Youtube Video
Environment
Please add some information about your environment
Google Colab
The text was updated successfully, but these errors were encountered:
🐛 Bug
When running the Colab just for extracting the stems from the youtube video, we get
NameError: name 'predict' is not defined
. This might have been overlooked as the import ofpredict
happens on theSeparate MUSDB18 tracks
section. I think there should not be any need to run that section if the user just desires to extract the stems from an youtube video.To Reproduce
Steps to reproduce the behaviour:
Installation and Imports
Separate MUSDB18 tracks
Separate Youtube Video
Expected behaviour
The loading in
from openunmix import predict
should happen either inInstallation and Imports
or in bothSeparate MUSDB18 tracks
andSeparate Youtube Video
Environment
Please add some information about your environment
The text was updated successfully, but these errors were encountered: