https://github.com/orionw/ganexperiments
My experiments with GANs
https://github.com/orionw/ganexperiments
Last synced: 16 days ago
JSON representation
My experiments with GANs
- Host: GitHub
- URL: https://github.com/orionw/ganexperiments
- Owner: orionw
- Created: 2019-09-03T18:23:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:09:02.000Z (over 2 years ago)
- Last Synced: 2025-05-22T06:12:03.103Z (about 2 months ago)
- Language: Python
- Homepage: https://app.wandb.ai/wellerorion/humorgan?workspace=user-wellerorion
- Size: 27.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/orionw/GANExperiments)[](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.