arpitbansal297 / Cold-Diffusion-Models

Official implementation of Cold-Diffusion for different transformations in pytorch.

Home Page:https://arxiv.org/abs/2208.09392

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error!!

Amarkr1 opened this issue · comments

len(X_ts) < len(X_0s)

Hence, this line should be changed to for i in range(len(X_ts)):

Please check!

That makes sense, resolve my problem, Thx.