LinWeiJeff

Results 7 issues of LinWeiJeff

I'm very grateful for your work about this github repository!!! However, I have some questions about the hyperparameters to want to ask you. I want to use [guided-diffusion](https://github.com/openai/guided-diffusion) to train...

I'm very grateful for your work about this github repository!!! However, I have some questions about the hyperparameters to want to ask you. I know your repository is heavily based...

I want to use [improved-diffusion](https://github.com/openai/improved-diffusion) that [guided-diffusion](https://github.com/openai/guided-diffusion) is based on to train a DDPM model based on CelebA dataset consisting of 202,599 align&cropped human face images (each image is 218(height)x178(width)...

I want to use this github repository to train a DDPM model based on CelebA dataset consisting of 202,599 align&cropped human face images (each image is 218(height)x178(width) pixels) for human...

When I run the command:`python train_ddgan.py --dataset celeba_256 --image_size 256 --exp ddgan_celebahq_exp1 --num_channels 3 --num_channels_dae 64 --ch_mult 1 1 2 2 4 4 --num_timesteps 2 --num_res_blocks 2 --batch_size 4 --num_epoch...

I want to use this github repository to train a DDPM model based on CelebA dataset consisting of 202,599 align&cropped human face images (each image is 218(height)x178(width) pixels) for human...

Hello, I appreciate you provided your code and instruction for implementing inpainting task based on your paper. Moreover, I saw you also implemented JPEG restoration task based on your paper....