TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
model.Postnet Class Reference
Inheritance diagram for model.Postnet:
Collaboration diagram for model.Postnet:

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
 

Detailed Description

Postnet
    - Five 1-d convolution with 512 channels and kernel size 5

Constructor & Destructor Documentation

◆ __init__()

def model.Postnet.__init__ (   self,
  n_mel_channels,
  postnet_embedding_dim,
  postnet_kernel_size,
  postnet_n_convolutions 
)

Member Function Documentation

◆ forward()

def model.Postnet.forward (   self,
  x 
)

Member Data Documentation

◆ convolutions

model.Postnet.convolutions

◆ n_convs

model.Postnet.n_convs

The documentation for this class was generated from the following file: