arpitbansal297 / Cold-Diffusion-Models

Official implementation of Cold-Diffusion for different transformations in pytorch.
https://arxiv.org/abs/2208.09392
1.01k stars 79 forks source link

No Inference function #10

Open taylanates24 opened 1 year ago

taylanates24 commented 1 year ago

There is no implemention of function trainer.test_from_data('train', s_times=args.sample_steps) from /resolution-diffusion-pytorch/celebA_128_test.py How can I write the inference function for super-resolution?

thePOET8 commented 2 months ago

Same Problem. Do you fix it?