Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 226 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 226 Bytes

VAE

A simple application of conditional Variational autoencoders. The entry module is main.py, while, the model is vae.py. Since this is a toy example, the architecture is fixed, and quite a few elements are hardcoded.