Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 260 Bytes

AdversarialAutoencoders

PyTorch implementation of the Adversarial Autoencoder

Environment

python==3.7.12

conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=10.2 -c pytorch
pip install matplotlib numpy tqdm