Public Member Functions | |
def | __init__ (self, n_mel_channels, postnet_embedding_dim, postnet_kernel_size, postnet_n_convolutions) |
def | forward (self, x) |
Public Attributes | |
convolutions | |
n_convs | |
Postnet - Five 1-d convolution with 512 channels and kernel size 5
def model.Postnet.__init__ | ( | self, | |
n_mel_channels, | |||
postnet_embedding_dim, | |||
postnet_kernel_size, | |||
postnet_n_convolutions | |||
) |
def model.Postnet.forward | ( | self, | |
x | |||
) |
model.Postnet.convolutions |
model.Postnet.n_convs |