coqui-tts/TTS/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
..
configs Implement VitsAudioConfig (#1556) 2022-07-12 18:49:58 +02:00
datasets Add synpaflex formatter (#1616) 2022-06-20 13:36:26 +02:00
layers Update wavenet.py (#1796) 2022-08-01 12:20:37 +02:00
models Fix for FloorDiv Function Warning (#1760) 2022-07-20 11:31:22 +02:00
utils Fix rand_segment edge case (input_len == seg_len - 1) 2022-08-01 11:37:45 +02:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00