Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.05 KB

Deep Convolutional Variational Autoencoder

This repository contains a Keras implementation using the MNIST digits dataset.
It improves upon the results demonstrated in the Keras blog.
To achieve better performance, the model employs:

Latent Space Embedding:
Embedded Latent Space


Installation

A requirements.txt file has been provided.
Once the repository has been cloned, create a new conda environment:

cd DeepConvolutionalVariationalAutoencoder
conda create env --name DCVAE --file requirements.txt
conda activate DCVAE

Usage

Run training from the command line:

cd code  
python train.py

Run training with jupyter notebook:

cd notebook
jupyter notebook