Open 5p4m3r opened 7 years ago
If you change the architecture of Generator then you can get the various size of image. In my program notations
output size in each layer of Generator input random_z: 100 dim layer1: 4 x 4 x 512 layer2: 8 x 8 x 256 layer3: 16 x 16 x 128 layer4: 32 x 32 x 64 layer5: 64 x 64 x 3 (RGB channels)
In my opinion, you can add more layer (conv2d_transpose) then you can get bigger size images. But, there are some cautions in this modificaiton.
Thank you.
Is it possible to have some control about the output size or is 64x64 fixed? I am looking towards getting 200x200 or higher.
thx