ParakeetEricRoss/parakeet/data
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
..
__init__.py clean code: remove deprecated modules 2020-10-15 23:07:30 +08:00
batch.py fix typos and refine doc 2020-03-09 15:33:13 +00:00
dataset.py WIP: refactor 2020-10-10 15:51:54 +08:00
datasets.py 1. API renaming Conv1d -> Conv1D, BatchNorm1d -> BatchNorm1D; 2020-10-22 05:04:45 +00:00
sampler.py WIP: refactor 2020-10-10 15:51:54 +08:00