Using high resolution images for Autoencoder or GAN

Hi guys,
I’m planning to try to produce high resolution x rays from low resolution x ray as well as trying to generate high resolution examples of pathology. However, all the images and examples in the lessons are via low resolution 64x64. Is there any way to increase the resolution? Thanks!

The superess notebooks deal with 1024x1024 pixel images. The same arch should work for your problem.

Thanks! Do you know of any WGAN that might work with high resolution inputs as well as outputs?