xiaohu2015 / nngen

Apache License 2.0
461 stars 76 forks source link

in ddim.py? #2

Open henbucuoshanghai opened 6 months ago

henbucuoshanghai commented 6 months ago
            (np.linspace(0, np.sqrt(self.timesteps * .8), ddim_timesteps)) ** 2

why 0.8? not 1?