Browse Source

hparams.py: commenting n_frames_per_step to indicate that currently only 1 frame per step is supported now

master
rafaelvalle 6 years ago
parent
commit
d10da5f41e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hparams.py

+ 1
- 1
hparams.py View File

@ -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,

Loading…
Cancel
Save