sigsep / open-unmix-pytorch

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

Set unidirectional flag #131

Closed satvik-venkatesh closed 1 year ago

satvik-venkatesh commented 1 year ago

The unidirectional flag is present in the args (which is False by default), but not set when creating the model.

What does this implement/fix? Explain your changes.

Any other comments?

faroit commented 1 year ago

Good catch. Thanks