Marcus Diemand

Results 1 comments of Marcus Diemand

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...