Skip to content

Releases: lucidrains/soundstorm-pytorch

0.0.21

30 Jun 13:22
Compare
Choose a tag to compare
fix masking of upper quantizers during training, thanks to @chenht2010

0.0.20

29 Jun 21:05
Compare
Choose a tag to compare
end-to-end text-to-speech with audiolm, spear-tts, and soundstorm

0.0.19

29 Jun 19:59
Compare
Choose a tag to compare
remove the eos token id from the semantic conditioning

0.0.18

26 Jun 20:26
Compare
Choose a tag to compare
add ability to use t5 relative positional bias, addressing https://gi…

0.0.17

26 Jun 17:40
Compare
Choose a tag to compare
now able to train directly on raw audio, conditioned on semantic toke…

0.0.16

25 Jun 19:39
Compare
Choose a tag to compare
soundstorm can now accept semantic token ids for conditioning, which …

0.0.15

25 Jun 16:41
Compare
Choose a tag to compare
bump to latest audiolm

0.0.14

27 May 20:17
Compare
Choose a tag to compare
release correct masking strategy, thanks to @stevenhillis !

0.0.12

19 May 20:36
Compare
Choose a tag to compare
use a bias-less layernorm and remove batchnorm from conformer

0.0.11

19 May 18:56
Compare
Choose a tag to compare
add conformer, switch to rotary embeddings