Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

DCGAN - Dimension

Open mauruscz opened this issue 3 years ago • 1 comments

If I try to change FEATURES_DISC and FEATURE_GEN to a number that is not 64 I still get generated sample that have size 64x64. Is it normal / does it exist a way to fix that? Thank you for your stunning work, btw.

mauruscz avatar May 01 '21 13:05 mauruscz

As far as I understand, FEATURES_XX is a dimension of latent space. You should change out_channels if you want to generate images with different sizes

kidpaul94 avatar Jun 26 '22 20:06 kidpaul94