In the provided code, why is discriminator.trainable set to False when setting up the combined system?
Answer options
A
None of the given options
B
To prevent overfitting
C
To make sure only the generator is trained in this step
D
To increase discriminator's accuracy
E
To speed up training
Correct answer: To make sure only the generator is trained in this step
Explanation
The source marks the correct answer as: To make sure only the generator is trained in this step.