z562

Results 2 issues of z562

Question 1: I find SR try to sample image one by one, and the test set size is set to 50. But there are 30,000 images in test set, Should...

Thanks for your great work. I try to train a diffusion model on cifar-10. I used the following parameters: ``` MODEL_FLAGS="--image_size 32 --num_channels 128 --num_res_blocks 3 --learn_sigma True --dropout 0.3"...