MCPcopy Create free account

hub / github.com/cnlinxi/style-token_tacotron2 / types & classes

Types & classes41 in github.com/cnlinxi/style-token_tacotron2

↓ 8 callersClassConv1D1x1
Conv1D 1x1 is literally a causal convolution with kernel_size = 1
wavenet_vocoder/models/modules.py:331
↓ 7 callersClassLabNode
utils/labcnp.py:6
↓ 4 callersClassValueWindow
tacotron/utils/__init__.py:1
↓ 3 callersClassCustomDecoderOutput
tacotron/models/custom_decoder.py:15
↓ 3 callersClassFrameProjection
Projection layer to r * num_mels dimensions or num_mels dimensions
tacotron/models/modules.py:361
↓ 3 callersClassReluActivation
Simple class to wrap relu activation function in class for later call.
wavenet_vocoder/models/modules.py:22
↓ 3 callersClassSynthesizer
tacotron/synthesizer.py:17
↓ 3 callersClassTacotronDecoderCellState
`namedtuple` storing the state of a `TacotronDecoderCell`. Contains: - `cell_state`: The state of the wrapped `RNNCell` at the previous time
tacotron/models/Architecture_wrappers.py:80
↓ 3 callersClassZoneoutLSTMCell
Wrapper for tf LSTM to create Zoneout LSTM Cell inspired by: https://github.com/teganmaharaj/zoneout/blob/master/zoneout_tensorflow.py P
tacotron/models/modules.py:86
↓ 2 callersClassLabGenerator
utils/labcnp.py:51
↓ 2 callersClassReferenceEncoder
tacotron/models/modules.py:248
↓ 2 callersClassStyleTokenLayer
tacotron/models/modules.py:309
↓ 2 callersClassTacotronReferenceEncoderCell
tacotron/models/Architecture_wrappers.py:47
↓ 2 callersClassWeightNorm
This wrapper reparameterizes a layer by decoupling the weight's magnitude and direction. This speeds up convergence by improving the conditioning o
wavenet_vocoder/models/modules.py:43
↓ 1 callersClassCBHG
tacotron/models/modules.py:20
↓ 1 callersClassCausalConv1D
wavenet_vocoder/models/modules.py:181
↓ 1 callersClassConvTranspose1D
wavenet_vocoder/models/modules.py:509
↓ 1 callersClassConvTranspose2D
wavenet_vocoder/models/modules.py:525
↓ 1 callersClassCustomDecoder
Custom sampling decoder. Allows for stop token prediction at inference time and returns equivalent loss in training time. Note: Only use this de
tacotron/models/custom_decoder.py:20
↓ 1 callersClassDecoderRNN
Decoder two uni directional LSTM Cells
tacotron/models/modules.py:328
↓ 1 callersClassEmbedding
Embedding class for global conditions.
wavenet_vocoder/models/modules.py:9
↓ 1 callersClassEncoderConvolutions
Encoder convolutional layers used to find local dependencies in inputs characters.
tacotron/models/modules.py:152
↓ 1 callersClassEncoderRNN
Encoder bidirectional one layer LSTM
tacotron/models/modules.py:184
↓ 1 callersClassFeeder
Feeds batches of data into queue in a background thread.
wavenet_vocoder/feeder.py:19
↓ 1 callersClassFeeder
Feeds batches of data into queue on a background thread.
tacotron/feeder.py:14
↓ 1 callersClassHighwayNet
tacotron/models/modules.py:4
↓ 1 callersClassLeakyReluActivation
Simple class to wrap leaky relu activation function in class for later call.
wavenet_vocoder/models/modules.py:32
↓ 1 callersClassLocationSensitiveAttention
Impelements Bahdanau-style (cumulative) scoring function. Usually referred to as "hybrid" attention (content-based + location-based) Extends the add
tacotron/models/attention.py:95
↓ 1 callersClassPostnet
Postnet that takes final decoder output and fine tunes it (using vision on past and future frames)
tacotron/models/modules.py:422
↓ 1 callersClassPrenet
Two fully connected layers used as an information bottleneck for the attention.
tacotron/models/modules.py:274
↓ 1 callersClassResidualConv1DGLU
Dilated conv1d + Gated Linear Unit + condition convolutions + residual and skip convolutions Dilated convolution is considered to be the most import
wavenet_vocoder/models/modules.py:384
↓ 1 callersClassStopProjection
Projection to a scalar and through a sigmoid activation
tacotron/models/modules.py:391
↓ 1 callersClassSynthesizer
wavenet_vocoder/synthesizer.py:13
↓ 1 callersClassTacoTestHelper
tacotron/models/helpers.py:6
↓ 1 callersClassTacoTrainingHelper
tacotron/models/helpers.py:62
↓ 1 callersClassTacotron
Tacotron-2 Feature prediction Model.
tacotron/models/tacotron.py:24
↓ 1 callersClassTacotronDecoderCell
Tactron 2 Decoder Cell Decodes encoder output and previous mel frames into next r frames Decoder Step i: 1) Prenet to compress last o
tacotron/models/Architecture_wrappers.py:103
↓ 1 callersClassTacotronEncoderCell
Tacotron 2 Encoder Cell Passes inputs through a stack of convolutional layers then through a bidirectional LSTM layer to predict the hidden re
tacotron/models/Architecture_wrappers.py:17
↓ 1 callersClassWaveNet
Tacotron-2 Wavenet Vocoder model.
wavenet_vocoder/models/wavenet.py:86
ClassCMUDict
Thin wrapper around CMUDict data. http://www.speech.cs.cmu.edu/cgi-bin/cmudict
tacotron/utils/cmudict.py:16
ClassTextCleaner
utils/text_cleaner.py:8