Super Resolution GAN with different input image size

Good morning, I am trying to train a Super Resolution GAN. Following some materials on the web I managed to train a first SRGAN model. To do that I took some high resolution image (128x128 pixels) and I downscale them to 32x32 to train the model. Once I finished the training of the model, I tested it using some new images that I didn't use for the training. Everything works fine if I used a 32x32 image, while the model do not work if I try to use low resolution image with a different shape with respect to 32 x32. Anyone know it it is possible to use a model trained on a 32x32 low resolution image to predict other images of arbitrary shape?

Thank you in advance for your help.

Topic gan

Category Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.