youyuanyi
youyuanyi
Thanks for the tip! Thank you very much!
> Hi, please try to follow the steps outlined [here](https://github.com/openai/improved-diffusion/blob/main/datasets/README.md#cifar-10) in the README script of the parent repository for cifar10. Thanks again for your kind help! I want to train...
> 1. If the image sizes match (which is not the case for CIFAR), then you can directly use from improved diffusion repository. > 2. Yes, guided diffusion has no...
change the code to this: w = torch.tensor(torch.zeros_like(input_image, requires_grad=True)).to(self.device)
Thanks, where u change that can solve the resolution issues? > Hi @jS5t3r , > > Thank you for pointing this out. I've just updated the code, and I'm optimistic...
Thank you very much!