StyleGAN.pytorch icon indicating copy to clipboard operation
StyleGAN.pytorch copied to clipboard

A PyTorch implementation for StyleGAN with full features.

Results 15 StyleGAN.pytorch issues
Sort by recently updated
recently updated
newest added

im continuing my training from checkpoint. the quality of the output samples a bit reduced. Is it normal ? This is last sample i stopped. ![Screenshot from 2020-12-30 14-45-19](https://user-images.githubusercontent.com/33310853/103334794-b451f600-4aad-11eb-8555-af0d68e9303f.png) This...

Can you please provide pre-trained weights

Hi, I wonder if you or anybody else implemented the multi-GPU run feature or not? Or can you please instruct me how to add multi-gpu train to this code? Thanks,

Could you give an example for how to train a model under conditional is set as True? Or give some suggestion on it ? Thx!

I'm trying to generate some samples from generator that I already trained. While training, I got ok results like these: ![gen_5_007_0001](https://user-images.githubusercontent.com/16459467/135763880-b0761718-2f32-4a07-8d1d-251e73847ab5.png) But when I try to generate samples I got...

Hi how do i attain the latent vector to control over my results? in `generate_sample.py` you have give a input param dlatent like this: ``` parser.add_argument("--input", action="store", type=str, default=None, help="the...

Hi! Thanks for your codes. I noticed that you have generated pictures based on ffhq128, I couldn't find this model, so would you like to provide the pre-trained model for...

Hello, @huangzh13, Firstly, great job on the code. It's quite good. I just wanted to point out that there could be a possible mistake in porting the official tensorflow pretrained...

hi, I get the following error even at the lowest resolution. ``` RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input. ``` It somehow...

First of all, thank you for making this amazing code -- the outputs are very realistic! However, it appears that the generator isn't deterministic with respect to it's input latent...