Public Member Functions | |
def | __init__ (self, n_in_channels, n_mel_channels, n_layers, n_channels, kernel_size) |
def | forward (self, forward_input) |
Public Attributes | |
n_layers | |
n_channels | |
in_layers | |
res_skip_layers | |
cond_layers | |
start | |
end | |
This is the WaveNet like layer for the affine coupling. The primary difference from WaveNet is the convolutions need not be causal. There is also no dilation size reset. The dilation only doubles on each layer
def model.WN.__init__ | ( | self, | |
n_in_channels, | |||
n_mel_channels, | |||
n_layers, | |||
n_channels, | |||
kernel_size | |||
) |
def model.WN.forward | ( | self, | |
forward_input | |||
) |
model.WN.n_layers |
model.WN.n_channels |
model.WN.in_layers |
model.WN.res_skip_layers |
model.WN.cond_layers |
model.WN.start |
model.WN.end |