Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fducau/AAE_pytorch
https://github.com/fducau/AAE_pytorch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fducau/AAE_pytorch
- Owner: fducau
- License: gpl-3.0
- Created: 2017-03-08T17:44:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T13:11:31.000Z (over 7 years ago)
- Last Synced: 2024-08-04T00:13:52.003Z (5 months ago)
- Language: Python
- Size: 15.2 MB
- Stars: 197
- Watchers: 7
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-pytorch-list-CNVersion - AAE_pytorch
- Awesome-pytorch-list - AAE_pytorch
README
# Adversarial Autoencoders (with Pytorch)
## Dependencies
* argparse
* time
* torch
* torchvision
* numpy
* itertools
* matplotlib## Create Datasets
```
python create_datasets.py
```