Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orionw/ganexperiments

My experiments with GANs
https://github.com/orionw/ganexperiments

Last synced: about 1 month ago
JSON representation

My experiments with GANs

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/orionw/GANExperiments.svg?branch=master)](https://travis-ci.com/orionw/GANExperiments)[![codecov](https://codecov.io/gh/orionw/GANExperiments/branch/master/graph/badge.svg)](https://codecov.io/gh/orionw/GANExperiments)

# GAN Experiments
A PyTorch implementation of a textual GAN.

To run the code (edit running parameters in run_gan.sh - see utils.argparse.py for more details):
```bash
pip3 install -r requirement.txt
bash run_gan.sh
```
main.py should be your entry point into the code.