Closed hynkang closed 3 years ago
you might need to redo preprocess to get 20 dim mel.
you might need to redo preprocess to get 20 dim mel.
I already redo preprocess but it does not work
you should change the n_mels
value in config.yaml also. And also here (https://github.com/TensorSpeech/TensorFlowTTS/blob/master/examples/tacotron2/tacotron_dataset.py#L227-L229)
oh...the reason of failure was my tacotron2 in tensorflowTTS refers internal package code ( /usr/local/lib/python3.6/dist-packages/tensorflow_tts/ ) ... while fastspeech2 code does not refers internal package code.. why do they refer different locations?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I just want to change dimension of mel-spectrum from 80 to 20 in tacotron2 so i change the value as n_mels = 20 in conf/tacotron2.v1.yaml
but i've got the error message
Exception has occurred: InvalidArgumentError
Even though I change the value of mel_outputs (1, 50, 80) in def _build() as mel_outputs (1, 50, 20) i've got the same error