Skip to content

Instantly share code, notes, and snippets.

@a-agmon
Last active July 30, 2021 05:16
Show Gist options
  • Save a-agmon/e521881eb037edf600534fccff23988a to your computer and use it in GitHub Desktop.
Save a-agmon/e521881eb037edf600534fccff23988a to your computer and use it in GitHub Desktop.
# full VAE model
outputs = decoder(encoder(inputs))
vae_model = Model(inputs, outputs, name='vae_mlp')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment