Skip to content

Releases: lucidrains/meshgpt-pytorch

0.3.7

15 Dec 18:05
Compare
Choose a tag to compare
start moving eng stuff to another package

0.3.6

15 Dec 16:23
Compare
Choose a tag to compare
return loss breakdown and expose reconstruction loss

0.3.5

15 Dec 15:48
Compare
Choose a tag to compare
able to make model dimensions of fine vertex transformer to be smalle…

0.3.4

15 Dec 14:40
Compare
Choose a tag to compare
address a bug with auto appending eos, thanks to @qixuema

0.3.3

15 Dec 01:22
Compare
Choose a tag to compare
address https://github.com/lucidrains/meshgpt-pytorch/issues/14

0.3.2

14 Dec 19:59
Compare
Choose a tag to compare
make gateloop cache work

0.3.1

14 Dec 18:34
Compare
Choose a tag to compare
default kv cache to true on generate

0.3.0

14 Dec 18:31
Compare
Choose a tag to compare
finish fine transformer kv caching, 7x speedup now

0.2.25

14 Dec 17:35
Compare
Choose a tag to compare
first take care of caching on the coarse transformer, 3x speedup

0.2.24

14 Dec 16:59
Compare
Choose a tag to compare
remove text related keys returned from dataset, for sharing same data…