-
The number of training steps can be seen from the figure
![2](https://user-images.githubusercontent.com/39238619/115490275-57629180-a290-11eb-8e80-d8be8e071d8f.png)
![1](https://user-images.githubus…
-
Should I just go through the training/validation procedures and write out the y_pred?
-
@rishikksh20 is kind to integrate his own work into TTS.
for more details: https://github.com/rishikksh20/HiFi-GAN
-
I trained the tacotron2 model to produce mel_**.npy ,but in this model, the error of dimension mismatch is reported
`python3 inference_e2e.py --checkpoint_file cp_hifigan-1208-test/g_00036000
Initi…
-
Can you indicate which git repo? Official or unofficial? and the Mel is it still 70-800 or 0-8000?
Thanks you
-
合成1s钟的音频大概需要多久呢。
-
I've seen a lot of general discussion about inputting generated mels into Hifi-GAN and of course we can see the hparams for mel spectrogram in each config file, but nothing that actually says what the…
-
Can you provide the pre-trained model of Hifi GAN trained on LJSpeech dataset.
@dathudeptrai
-
Hey.
Why does the readme say that you need to use GTA mels for fine tuning? I used real spectrograms to train waveglow and parallel wavegan, the authors of which indicated that this method achieves a…
-
Running:
`synthesize(model, waveglow, text, inflect_engine, graph, audio); print(""); ipd.Audio("audio.wav", rate=22050)`
Brings:
`AttributeError: 'WaveGlow' object has no attribute 'encode'`
…