Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgechato/midoriya-ai
ai
https://github.com/jorgechato/midoriya-ai
Last synced: 27 days ago
JSON representation
ai
- Host: GitHub
- URL: https://github.com/jorgechato/midoriya-ai
- Owner: jorgechato
- Created: 2017-08-16T17:01:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T20:20:46.000Z (over 7 years ago)
- Last Synced: 2024-11-07T10:45:56.811Z (3 months ago)
- Language: Python
- Size: 1.94 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midoriya-ai [a DiscoGAN]
Tensorflow implementation of [Learning to Discover Cross-Domain Relations
with Generative Adversarial Networks](https://arxiv.org/pdf/1703.05192.pdf).## Prerequisites
- Python 3.5
- Tensorflow >~ 1.0
- matplotlib
- numpy
- tqdmInstall dependencies using [pip](https://pip.pypa.io/en/stable/)
## Run
To train:
```bash
$ python Main.py
```The reuslts:
## Links
- Official PyTorch implementation https://github.com/SKTBrain/DiscoGAN
- Taehoon Kim's PyTorch implementation https://github.com/carpedm20/DiscoGAN-pytorch
- ChunyuanLI's Tensorflow implementation https://github.com/ChunyuanLI/DiscoGAN