Open guyko81 opened 1 year ago
Also get this on windows 11
I found the bug (also Windows 11)
changing line 96 of point_e\diffusion\k_diffusion.py from
return float(self.alpha_cumprod_to_t(alpha_cumprod))
to
return int(self.alpha_cumprod_to_t(alpha_cumprod))
solves it, I was able to generate the sample "red motorcycle"
(this works because I guess that t variable is meant to be timesteps, hence an int)
thanks @mjdi, good catch!
@guyko81 Don't close this until the author fixes this in the repo.
You're right, reopening
when running the
text2pointcloud.ipynb
example I got the error:torch version 1.12.1+cu116 Python version 3.10.4 Windows 10