coqui-tts/TTS/tts/layers/glow_tts
p0p4k 903a77c197
Update wavenet.py (#1796)
* Update wavenet.py

Current version does not use "in_channels" argument. 
In glowTTS, we use normalizing flows and so "input dim" == "ouput dim" (channels and length). So, the existing code just uses hidden_channel sized tensor as input to first layer as well as outputs hidden_channel sized tensor. 
However, since it is a generic implementation, I believe it is better to update it for a more general use.

* "in_channels -> hidden_channels"
2022-08-01 12:20:37 +02:00
..
__init__.py glow-tts module renaming updates 2020-09-12 03:33:36 +02:00
decoder.py Update decoder.py (#1792) 2022-07-26 13:06:06 +02:00
duration_predictor.py Add the language embedding dim in the duration predictor class 2021-12-20 11:54:10 +00:00
encoder.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
glow.py Update wavenet.py (#1796) 2022-08-01 12:20:37 +02:00
transformer.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00