Skip to content

Releases: lucidrains/meshgpt-pytorch

0.3.18

17 Dec 16:39
Compare
Choose a tag to compare
stop gap measure for supporting classifier free guidance condition sc…

0.3.17

17 Dec 15:47
Compare
Choose a tag to compare
make sure embed_texts is wrapped with `no_grad` and detached

0.3.16

17 Dec 15:13
Compare
Choose a tag to compare
add validation logic for transformer training

0.3.15

16 Dec 17:51
Compare
Choose a tag to compare
mask out codes with padding id w/ face mask for autoencoder forward

0.3.14

16 Dec 16:47
Compare
Choose a tag to compare
last commit for the weekend

0.3.12

16 Dec 15:09
Compare
Choose a tag to compare
make tokenize method accept inputs without batch dimension, for preto…

0.3.11

16 Dec 13:13
Compare
Choose a tag to compare
eos should not be included in variable lengthed mesh decoding

0.3.10

15 Dec 22:47
Compare
Choose a tag to compare
residual quantize dropout should be applied to lfq as well

0.3.9

15 Dec 19:14
Compare
Choose a tag to compare
handle early break during generate loop from all eos

0.3.8

15 Dec 19:07
Compare
Choose a tag to compare
able to pass in a function on generate that transforms the face coord…