You put an assert statement to check , if size of real images and synthetic images are matching
for pre training Discriminator , but the sizes are different
128 != 52 , because of this it is throwing an error.
Why is that necessary ? How do I fix the error ? Am I working with wrong dataset ?
You put an assert statement to check , if size of real images and synthetic images are matching
for pre training Discriminator , but the sizes are different
128 != 52 , because of this it is throwing an error.
Why is that necessary ? How do I fix the error ? Am I working with wrong dataset ?