chenfeiyu
a9177cd6c2
waveflow: explicitly call forward hook before calling a method other than forward when needed.
2020-11-09 15:46:27 +08:00
chenfeiyu
af4da7dd9e
1. update code for waveflow's probability density estimation and sampling;
...
2. add WaveFlowLoss.
2020-11-04 23:22:45 +08:00
chenfeiyu
e07441c193
waveflow refactor: add prediction functionalities
2020-11-04 19:31:36 +08:00
chenfeiyu
57d820f055
add support for channel last in batch_spec, and Conv1dBatchNorm
2020-10-30 15:13:57 +08:00
chenfeiyu
36cc543348
minor fixes to TransformerTTS
2020-10-28 11:05:47 +08:00
chenfeiyu
c43216ae9b
1. API renaming Conv1d -> Conv1D, BatchNorm1d -> BatchNorm1D;
...
2. add losses in parakeet/modules;
3. fix a bug in phonetics;
4. TransformerTTS update: encoder dim can be different from decoder dim;
5. MultiHeadAttention in TransformerTTS: add k_input_dim & v_input_dim in __init__ to allow differemt feature sizes for k and v.
2020-10-22 05:04:45 +00:00
iclementine
c1e0aecdde
1. import models into parakeet.models;
...
2. add predict for TransformerTTS and test its io.
2020-10-16 13:51:56 +08:00
iclementine
5270774bb0
tested io for TransformerTTS
2020-10-15 22:48:09 +08:00
iclementine
40457227e6
move Conv1dBatchNorm to conv.py
2020-10-14 10:05:26 +08:00
iclementine
f9087ea9a2
add masking functions
2020-10-13 15:53:18 +08:00
iclementine
a8192c79cc
WIP: refactor
2020-10-10 15:51:54 +08:00
chenfeiyu
79e4093a8b
clean unused files
2020-03-10 01:54:08 +00:00
lifuchen
9d79699432
add license
2020-02-26 21:03:51 +08:00
lifuchen
8a9bbc2634
add_TransformerTTS
2019-12-16 09:04:22 +00:00
chenfeiyu
ffcbd38b81
rename test
2019-11-25 10:52:49 +00:00
chenfeiyu
5bd396712c
fix sampler length
2019-11-25 10:47:31 +00:00
chenfeiyu
ec99a42d82
add vctk
2019-11-24 04:30:42 +00:00
chenfeiyu
34bd1e984d
add setup.py
2019-11-22 11:32:59 +08:00
chenfeiyu
617605c8fe
place parakeet into Parakeet/parakeet, and add tests
2019-11-21 23:02:32 +08:00