mirror of
https://github.com/malarinv/tacotron2
synced 2026-03-08 01:32:35 +00:00
hparams.py: commenting n_frames_per_step to indicate that currently only 1 frame per step is supported now
This commit is contained in:
@@ -53,7 +53,7 @@ def create_hparams(hparams_string=None, verbose=False):
|
||||
encoder_embedding_dim=512,
|
||||
|
||||
# Decoder parameters
|
||||
n_frames_per_step=1,
|
||||
n_frames_per_step=1, # currently only 1 is supported
|
||||
decoder_rnn_dim=1024,
|
||||
prenet_dim=256,
|
||||
max_decoder_steps=1000,
|
||||
|
||||
Reference in New Issue
Block a user