Hi jus to let you know, that with a batch size of 1 the code crash everytime at epoch 11...but if you change the batch size no more crashing. It crash in the line: score += discriminator(image[:, :, xp:x, yp:y]) of the pass_through_discriminator(discriminator, image)
Hi jus to let you know, that with a batch size of 1 the code crash everytime at epoch 11...but if you change the batch size no more crashing. It crash in the line: score += discriminator(image[:, :, xp:x, yp:y]) of the pass_through_discriminator(discriminator, image)