coqui-tts/TTS
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
..
bin Implement bucketed weighted sampling for VITS (#1871) 2022-08-15 11:08:11 +02:00
config REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
encoder Introduce numpy and torch transforms (#1705) 2022-08-08 11:57:50 +02:00
server 🐍 Python 3.10.x support and drop Python 3.6 support (#1565) 2022-05-12 15:50:25 +02:00
tts Update capacitron_layers.py (#1664) 2022-08-15 11:08:50 +02:00
utils Implement bucketed weighted sampling for VITS (#1871) 2022-08-15 11:08:11 +02:00
vocoder Introduce numpy and torch transforms (#1705) 2022-08-08 11:57:50 +02:00
.models.json Add Thorsten VITS model (#1675) 2022-06-21 11:39:49 +02:00
VERSION Bump up to v0.7.1 2022-06-21 14:12:55 +02:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
model.py Update base model wrt 👟 (#1406) 2022-03-23 17:24:20 +01:00