infoGAN-pytorch icon indicating copy to clipboard operation
infoGAN-pytorch copied to clipboard

Arbitrary size images

Open AmitMY opened this issue 7 years ago • 2 comments
trafficstars

Thanks for this awesome simple to understand repo.

I'm trying to use this for data augmentation, for a new dataset with size 128x128, and a latent variable which is a vector of size 37.

I tried to play a bit with the Conv2d parameters, but unfortunately no configuration I tried made it run without errors. I was wondering if you can please add a size-dependent convolution to the source code, so in the future anyone with any size can just input their size and get this working correctly.

Thanks

AmitMY avatar Oct 02 '18 11:10 AmitMY

Thanks for your feedback. I may add this feature later. Also pull request is welcome.

pianomania avatar Oct 04 '18 11:10 pianomania

Thank you! If I'll figure out how this works I'll submit a pull request.

AmitMY avatar Oct 07 '18 16:10 AmitMY