ParakeetRebeccaRosario/parakeet/frontend
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
..
normalizer add phonetics & vocab & punctuation 2020-10-20 16:06:11 +08:00
__init__.py add phonetics & vocab & punctuation 2020-10-20 16:06:11 +08:00
phonectic.py 1. API renaming Conv1d -> Conv1D, BatchNorm1d -> BatchNorm1D; 2020-10-22 05:04:45 +00:00
punctuation.py add phonetics & vocab & punctuation 2020-10-20 16:06:11 +08:00
vocab.py 1. API renaming Conv1d -> Conv1D, BatchNorm1d -> BatchNorm1D; 2020-10-22 05:04:45 +00:00