Conversation
Yes. That is what is intended.
imgs_A are the ground truth images. They are expected to be the outputs.
imgs_A are one of the outputs of the combined model, i.e., [generator+descriminator]
The combined model, as the name hints, is composed of the generator and the descriminator. The outputs of the generator are expected to match imgs_A, and the outputs of the descriminator are expected to match the valid. That is why there are two outputs for the combined model.
The generator will never be trained alone. It will be trained when the combined model is being trained.
|
removing
img_Afrom the combined model to fix issue 80