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
line 24 implies that the next modules will not take the shortcut (n_outputs as opposed to n_outputs+n_shortcut)
while line 38 adds the shortcut after the first iteration.
It should be either all post shortcut convs to take the added shortcut, or the shortcut is only added once. I think the latter makes more sense, though.
The text was updated successfully, but these errors were encountered:
Changing the depth to anything other than 1 will result in this error
I am pretty certain this is the cause of said error
Wave-U-Net-Pytorch/model/waveunet.py
Line 24 in 443fe30
and
Wave-U-Net-Pytorch/model/waveunet.py
Line 38 in 86c113d
line 24 implies that the next modules will not take the shortcut (n_outputs as opposed to n_outputs+n_shortcut)
while line 38 adds the shortcut after the first iteration.
It should be either all post shortcut convs to take the added shortcut, or the shortcut is only added once. I think the latter makes more sense, though.
The text was updated successfully, but these errors were encountered: