coqui-tts/TTS/tts/layers
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
..
align_tts isort all imports 2021-04-09 00:45:20 +02:00
feed_forward format with black 2021-04-09 00:54:59 +02:00
generic Update wavenet.py (#1796) 2022-08-01 12:20:37 +02:00
glow_tts Update wavenet.py (#1796) 2022-08-01 12:20:37 +02:00
tacotron Capacitron (#977) 2022-05-20 16:17:11 +02:00
vits Trick to Upsampling to High sampling rates using VITS model (#1456) 2022-04-26 11:47:46 +02:00
__init__.py Remove SpeedySpeech from .models.json 2021-09-10 17:47:27 +00:00
losses.py Fix SSIM loss correction 2022-07-13 10:47:12 +02:00