Wave-U-Net-Pytorch icon indicating copy to clipboard operation
Wave-U-Net-Pytorch copied to clipboard

Difference output layer doesn't exist in pytorch version.

Open jc5201 opened this issue 4 years ago • 1 comments

Doesn't difference output layer exist in pytorch version? In tensorflow version I could find 'output_type' parameter, but not in pytorch version. Is there any reason for not including that layer?

jc5201 avatar Nov 09 '20 05:11 jc5201

I think I left it out for simplicity sake since it didn't affect performance that much, but it is not too hard to add it back in. So there's nothing wrong with the difference output layer itself, I just didn't implement it here. Hope that helps!

f90 avatar Oct 22 '21 12:10 f90