https://github.com/singingwithcode/moderngan
https://github.com/singingwithcode/moderngan
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/singingwithcode/moderngan
- Owner: singingwithcode
- Created: 2023-04-24T16:03:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T03:08:23.000Z (about 3 years ago)
- Last Synced: 2025-01-23T19:34:14.748Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Run
## Starter
Assumes you have Conda installed.
### Create Conda Env
`conda create -n gan`
### Activate Env
`conda activate gan`
### Install PIP
`conda install pip`
### Install Requirements
`pip install -r requirements.txt`
# To Use
Iterate through each line of the selected notebook to achieve a working GAN. Adjust EPOCH and other Setup as needed.