When running VAEGAN.py, I get shape mismatch error at this line:
D_fake, F_fake = D(output)
ValueError: Input 0 of layer dense_3 is incompatible with the layer: expected axis -1 of input shape to have value 4096 but received input with shape [None, 1048576]
When running VAEGAN.py, I get shape mismatch error at this line:
D_fake, F_fake = D(output)
ValueError: Input 0 of layer dense_3 is incompatible with the layer: expected axis -1 of input shape to have value 4096 but received input with shape [None, 1048576]