1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-09 18:12:35 +00:00

compatibility to pretrained modesl

This commit is contained in:
2019-10-12 14:40:58 +05:30
parent 5a30069f0a
commit 342b230b93
3 changed files with 218 additions and 218 deletions

View File

@@ -39,9 +39,9 @@ class HParams(object):
filter_length = 1024
hop_length = 256
win_length = 1024
n_mel_channels: int = 40
n_mel_channels: int = 80
mel_fmin: float = 0.0
mel_fmax: float = 4000.0
mel_fmax: float = 8000.0
################################
# Model Parameters #
################################