Skip to content

A simple pytorch implementation of Adversarial Autoencoder(AAE)

License

Notifications You must be signed in to change notification settings

CUN-bjy/pytorch-adversarial-autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 2, 2023
074ae4f · Jun 2, 2023

History

12 Commits
Jun 2, 2023
Jun 2, 2023
May 16, 2023
Apr 21, 2023
May 16, 2023
May 16, 2023
May 16, 2023

Repository files navigation

pytorch-adversarial-autoencoder

A simple implementation of Adversarial Autoencoder(AAE)[1]

1. Installation

pip install -r requirements.txt

2. Train AAE model

python scripts/train.py 
# if you want to change some config, change inside the `scripts/train.py` code

[1] Makhzani, Alireza, et al. "Adversarial autoencoders." arXiv preprint arXiv:1511.05644 (2015).

About

A simple pytorch implementation of Adversarial Autoencoder(AAE)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages