Siba Smarak Panigrahi

Results 8 comments of Siba Smarak Panigrahi

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.

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 support for...

Hi, can you please provide some details about the problem you are facing?

@stsavian @Walleeeda For me, training longer and `predict_xstart=True` have not solved the problem (I am using the LSUN Church Outdoor dataset). I am training with `learn_sigma=False` now, although I was...

Hi, I have solved the problem (technically, @stsavian's idea, but I will try to put forth my observations). `TL;DR` The solution is to predict $x_0$ (`predict_xstart=True`) along with trying out...

Hi, there are existing methods which demonstrate that one does not need to retrain an equivariant version of ResNet (or other large pretrained models) to obtain pretrained equivariant ResNet, rather...

Hi, thank you for taking a look at the paper! Yes, indeed. Note that you don't need to fine-tune per se (as we show in the case of the Segment-Anything...

I have tried to provide the solution [here](https://github.com/openai/guided-diffusion/issues/81#issuecomment-1793799791). Please let me know if you have additional personal insights.