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:
@@ -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 #
|
||||
################################
|
||||
|
||||
Reference in New Issue
Block a user