Question 33
Generative Adversarial Networks (GANs) are widely used to generate new images. Many GAN- based architectures have been developed over the years to improve the quality of
generation.Progressive GAN, a popular architecture among many others, uses a technique called progressive growing. Which one of the options below is the purpose for progressive growing?
To grow the range of loss function
To gradually train the generator by increasing the resolution of images being generated in iterations
To iteratively train the generator to create 3D images from 2D ones
To shrink the size of the generator model so generator become faster