Skip to content
/ DCVAE Public

Keras implementation of a deep convolutional variational autoencoder (DCVAE) evaluated on the MNIST dataset

Notifications You must be signed in to change notification settings

naivoder/DCVAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Keras implementation of a deep convolutional variational autoencoder (DCVAE) evaluated on the MNIST dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published