junch9634
Results
1
issues of
junch9634
Are there any plans to update the conditional model in utils/sample_diffusion.py? `` def run(model, logdir, batch_size=50, vanilla=False, custom_steps=None, eta=None, n_samples=50000, nplog=None): if vanilla: print(f'Using Vanilla DDPM sampling with {model.num_timesteps} sampling...