In the generator code, what is the purpose of the Reshape layer?
Answer options
A
To flatten the images
B
To normalize the image values
C
To reshape the dense layer into a 3D tensor for images
D
To critique the images
E
To upsample the images
Correct answer: To reshape the dense layer into a 3D tensor for images
Explanation
The source marks the correct answer as: To reshape the dense layer into a 3D tensor for images.