We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keras-GAN/aae/aae.py
Line 70 in 77ed721
TypeError: 'module' object is not callable > aae/aae.py(72)build_encoder() 70 latent_repr = merge([mu, log_var], 71 mode=lambda p: p[0] + K.random_normal(K.shape(p[0])) * K.exp(p[1] / 2), ---> 72 output_shape=lambda p: p[0]) 73 74 return Model(img, latent_repr)
The text was updated successfully, but these errors were encountered:
What about this? #108
Sorry, something went wrong.
yeah, seems to be a duplicate of that one
No branches or pull requests
Keras-GAN/aae/aae.py
Line 70 in 77ed721
The text was updated successfully, but these errors were encountered: