Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgechato/midoriya-ai

ai
https://github.com/jorgechato/midoriya-ai

Last synced: 27 days ago
JSON representation

ai

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
- tqdm

Install 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