Skip to content

Releases: lucidrains/naturalspeech2-pytorch

0.0.38

27 May 23:51
Compare
Choose a tag to compare
add __init__.py

0.0.37

19 May 18:29
Compare
Choose a tag to compare
fix checkpointing code, thanks to @janjurca for raising the issue!

0.0.36

18 May 14:57
Compare
Choose a tag to compare
make number of blocks per resnet block customizable

0.0.35

17 May 21:45
Compare
Choose a tag to compare
add ability to use resnet blocks (with residuals) in duration / pitch…

… predictor

0.0.34

17 May 18:40
Compare
Choose a tag to compare
specify number of convolutions per attention, constituting one block …

…(depth)

0.0.33

16 May 18:36
Compare
Choose a tag to compare
allow for variable lengths

0.0.32

16 May 18:04
Compare
Choose a tag to compare
wire both up with tokenizer, but check later to see which one accepts…

… the phonemized ids

0.0.31

16 May 17:59
Compare
Choose a tag to compare
phoneme encoder can now receive a list of strings and properly return…

… the phoneme embeddings

0.0.30

16 May 17:28
Compare
Choose a tag to compare
phoneme encoder needs to account for padding, use an extra token plac…

…ed at the very end of the embedding table for padding

0.0.28

16 May 17:21
Compare
Choose a tag to compare
get ready for phoneme encoder to accept list of strings