coqui-tts/TTS/tts/layers/tacotron
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
..
__init__.py continue refactoring 2021-03-30 14:39:16 +02:00
attentions.py Fix issue probably-meant-fstring found at https://codereview.doctor (#1532) 2022-05-07 13:33:40 +02:00
capacitron_layers.py Update capacitron_layers.py (#1664) 2022-08-15 11:08:50 +02:00
common_layers.py formatting and a small bug fix in Tacotron model 2021-04-15 16:36:51 +02:00
gst_layers.py Capacitron (#977) 2022-05-20 16:17:11 +02:00
tacotron.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
tacotron2.py Remove Tensorflow requeriment (#1225) 2022-02-10 16:14:54 +01:00