Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orionw/ganexperiments
- Owner: orionw
- Created: 2019-09-03T18:23:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:09:02.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:46:22.473Z (almost 2 years ago)
- Language: Python
- Homepage: https://app.wandb.ai/wellerorion/humorgan?workspace=user-wellerorion
- Size: 27.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.