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
Currently, the dilation for the WaveNet layer array head convolution is hard-coded to be 1. It would be useful to have it be based on a config parameter (ie: "head_dilation").
I have an implementation of this that I can submit as a PR.
Currently, the dilation for the WaveNet layer array head convolution is hard-coded to be 1. It would be useful to have it be based on a config parameter (ie: "head_dilation").
I have an implementation of this that I can submit as a PR.