Releases: lucidrains/meshgpt-pytorch
Releases · lucidrains/meshgpt-pytorch
0.3.18
stop gap measure for supporting classifier free guidance condition sc…
0.3.17
make sure embed_texts is wrapped with `no_grad` and detached
0.3.16
add validation logic for transformer training
0.3.15
mask out codes with padding id w/ face mask for autoencoder forward
0.3.14
last commit for the weekend
0.3.12
make tokenize method accept inputs without batch dimension, for preto…
0.3.11
eos should not be included in variable lengthed mesh decoding
0.3.10
residual quantize dropout should be applied to lfq as well
0.3.9
handle early break during generate loop from all eos
0.3.8
able to pass in a function on generate that transforms the face coord…