↓ 14 callersMethodload(self, checkpoint_path, hparams, gta=False, style_transfer=True, model_name='Tacotron')
tacotron/synthesizer.py:18
↓ 7 callersMethod__init__(self, K, conv_channels, pool_size, projections, projection_kernel_size, n_highwaynet_layers,
tacotron/models/modules.py:21
↓ 6 callersFunctionconv1d(inputs, kernel_size, channels, activation, is_training, drop_rate, scope)
tacotron/models/modules.py:456
↓ 2 callersFunctionDiscretizedMixtureLogisticLoss(outputs, targets, hparams, lengths=None, mask=None, max_len=None)
wavenet_vocoder/models/modules.py:568
↓ 2 callersFunctionGaussianMaximumLikelihoodEstimation(outputs, targets, hparams, lengths=None, mask=None, max_len=None)
wavenet_vocoder/models/modules.py:587