coqui-tts/TTS/tts/layers
manmay nakhashi e4db7c51b5
Update capacitron_layers.py (#1664)
crashing because of dimension miss match   at line no. 57
[batch, 256] vs [batch , 1, 512]
enc_out = torch.cat([enc_out, speaker_embedding], dim=-1)
2022-08-15 11:08:50 +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 Update capacitron_layers.py (#1664) 2022-08-15 11:08:50 +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 Introduce numpy and torch transforms (#1705) 2022-08-08 11:57:50 +02:00