PyTorch-progressive_growing_of_gans icon indicating copy to clipboard operation
PyTorch-progressive_growing_of_gans copied to clipboard

PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.

Results 29 PyTorch-progressive_growing_of_gans issues
Sort by recently updated
recently updated
newest added

I can't download the original CelebA dataset, and the additional deltas files,because of the access permission,please tell me how to solve this problem,thank you!

There are always bugs during my training. Do you have a pre-trained models which can yield the same result as the samples?

I tried to create the CelebA-HQ dataset with the original data set and dat file. but the error occurs like below (202599L, 5L, 2L) Loading CelebA-HQ deltas from ./celeba-hq/Delta Traceback...

I'm sorry to bother you that, here is the code: min_level_weight, max_level_weight = int(cur_level+1)-cur_level, cur_level-int(cur_level) I wonder if the 'cur_level' need to be changed during the iterations ? And when...

I have read your article in paperweekly, I have the same idea with you. I wanna use this gan into cyclegan to improve the image quality. But if you have...

It seems that in the current version of `master` in the `he_init` function, `gain` is being passed for argument `a`. But as per `Pytorch code` in both version `1.0` and...

#2Decrypt delta image, using original JPG data as decryption key cryptography.fernet.InvalidToken

Hello, Thanks for the great work! However I'm facing some errors when generating the images dataset. One of them is when I executed the command `python2 h5tool.py create_celeba_hq file_name_to_save /path/to/celeba_dataset/...

Hi, thanks for your work. I used your code, but it only created .h5 files. i want to get images dataset. so how to generate images?

Hi @github-pengge Thanks for the implementation! I have a question, and I was wondering if I can get your thoughts: Does your implementation train on multiple classes and can generate...