Runyi Li (Lake)
Runyi Li (Lake)
Hi there! I've tried to import DiffJPEG in this project, and I hope the following steps would help: (1)put DiffJPEG repo in FNNS:  (2) add sys path to `DiffJPEG/DiffJPEG.py`,...
I also came across this problem when using radon. Is there any fix or other solution for this issue?
I've checked the output of cases without the projection step on ImageNet dataset, and some of them does look weird. I will check the code and pretrained model later.
As the output has no direct relationship with proposed Zero-Range Decomposition, I guess it is likely the problem of pretrained model.
I re-write the code of loading & inference (sampling) of pretrained DPM model from OpenAI, and it possibily does not have enough generating ability to sample good images from pure...
Hi there! Take [guided-diffusion](https://github.com/openai/guided-diffusion) for example: 1. First, modify `guided_diffusion/image_datasets.py` for your dataset. 2. Second, run code below in your terminal: `python scripts/image_train.py --data_dir your_dataset_dir --image_size 256 --num_res_blocks 3 --diffusion_steps...
> > Hi there! Take [guided-diffusion](https://github.com/openai/guided-diffusion) for example: > > > > 1. First, modify `guided_diffusion/image_datasets.py` for your dataset. > > 2. Second, run code below in your terminal: >...
Sorry for the late reply :( I have also tried out the solution and solved the problem. Thank you all for your solutions and follow-up!