Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

artemvang/simple_vae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Variation Autoencoder

Simple Variation Autoencoder for complex images mnist digits drawing. Example

Usage:

Just type ./train.py <number of latent neurons> --make_imgs to train network and store images in images/ folder.

To make gif file type ffmpeg -i %03d.png output.gif -vf fps=0.1 in images/ directory.

About

Simple Variation Autoencoder for mnist digits drawing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages