f90/Wave-U-Net

Encoder outputs handling in UnetSpectrogramSeparator

stolpa4 opened this issue · 1 comments

Sorry, delete this. From now on everything is clear to me.

f90 commented

For reference, the Jansson U-Net code was not handling the encoder-outputs list for use as skip connections very well, by not resetting them for each source. While the code was correct, this was not safe practice and was confusing, and is fixed in the new codebase.