Phạm Đăng Trình
Results
1
issues of
Phạm Đăng Trình
I am reading the source code implementation of DDPM and DDIM schedulers, and I found this line defining timesteps for the schedulers `timesteps = (np.arange(0, num_inference_steps) * step_ratio).round()[::-1].astype(np.int64)` np.arange(0, 100)...