sigsep / open-unmix-pytorch

Open-Unmix - Music Source Separation for PyTorch
https://sigsep.github.io/open-unmix/
MIT License
1.27k stars 191 forks source link

Update test.py #72

Closed keunwoochoi closed 3 years ago

keunwoochoi commented 3 years ago
  1. I tried to use separate() function directly. realize the expected audio shape is mismatched with the current docstring.
  2. Just added a line one that I had to search from another place.

What does this implement/fix? Explain your changes.

Any other comments?

faroit commented 3 years ago

good catch, thanks.

@keunwoochoi btw. version 1.1 is ready soon. See the dev branch for a completely new api

keunwoochoi commented 3 years ago

@faroit just checked out the branch. great work!