pro_gan_pytorch-examples
pro_gan_pytorch-examples copied to clipboard
Examples trained using the python pytorch package pro-gan-pth
For the users who curate their own datasets to train the model, sometimes there will be grayscale images. In that case, I've ran into the error `RuntimeError: output with shape...
My dataset has 100 classes, and the directory structure is like: > data/images |-001 |-001_0001.jpg |-001_0002.jpg |-... |-002 |-002_0001.jpg |-002_0002.jpg ... That is every folder...
Hi, I trained the ProGAN using my dataset that contains 3 classes . Could you please give the code to write to generate image for a specific class?
The readme states, "The trained weights can be found in the `saved_models` directory present in respective `training_runs`." However, there does not seem to be a `saved_models` directory in any of...
I am new for GAN. when I learning from your code, "python train_network.py --config=configs/lfw.conf" Raise "FileNotFoundError: [Errno 2] No such file or directory: '../data/lfw', where can I download the correct...