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
Which message are you replying to? The paper says it uses a new kind of activation function. Using two convolutional layers and combining them afterwards is not equivalent to that. I will read the paper again and come back later (on a holiday).
If you believe that the gated activation is implemented incorrectly, please feel free to submit a pull request with some evidence that your proposed implementation is more faithful to the paper.
Shouldn't tanh_out in https://github.com/basveeling/wavenet/blob/master/wavenet.py#L226 and sigm_out in https://github.com/basveeling/wavenet/blob/master/wavenet.py#L230 share the same convolutional output instead of two independent convolutional outputs?
The text was updated successfully, but these errors were encountered: