Question 16
What are the primary roles of the **generator** and **discriminator** in a Super-Resolution GAN (SRGAN) architecture?
The generator produces high-resolution images from low-resolution inputs, while the discriminator distinguishes real high-resolution images from generated high-resolution images.
The generator distinguishes real high-resolution images from generated images, while the discriminator produces high-resolution images from low-resolution inputs.
Both the generator and discriminator produce high-resolution images from low-resolution inputs.
Both the generator and discriminator distinguish real high-resolution images from generated high-resolution images.