https://github.com/breandan/hgan
Hyper volume maximization for GAN training
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
Hyper volume maximization for GAN training
Basic Info
- Host: GitHub
- Owner: breandan
- Language: Python
- Default Branch: master
- Size: 107 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Hyper Volume Generative Adversarial Network - hGAN
Replication of Stabilizing GAN Training with Multiple Random Projections and extension including training with multi-objective training via hyper volume maximization
To run
Download the cropped and aligned version of CelebA and unzip it
python train.py --ndiscriminators 12
optional arguments:
-h, --help show this help message and exit
--batch-size N input batch size for training (default: 64)
--epochs N number of epochs to train (default: 50)
--lr LR learning rate (default: 0.0002)
--beta1 lambda Adam beta param (default: 0.5)
--beta2 lambda Adam beta param (default: 0.999)
--ndiscriminators NDISCRIMINATORS
Number of discriminators. Default=8
--checkpoint-epoch N epoch to load for checkpointing. If None, training
starts from scratch
--checkpoint-path Path
Path for checkpointing
--data-path Path Path to data
--workers WORKERS number of data loading workers
--seed S random seed (default: 1)
--save-every N how many epochs to wait before logging training
status. Default is 5
--hyper-mode enables training with hypervolume maximization
--nadir-factor nadir Factor of the max disc loss to initialize nadir point
(default: 50.0)
--no-cuda Disables GPU use
Tested with
- Python 3.6
- Pytorch 0.3.0
To do
- Scheduler for the nadir point
Collaborators: Isabela Albuquerque, Breandan Considine
Owner
- Name: breandan
- Login: breandan
- Kind: user
- Website: http://brea.ndan.co
- Twitter: breandan
- Repositories: 185
- Profile: https://github.com/breandan
GitHub Events
Total
Last Year
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| joaomonteirof | j****f@g****m | 25 |
| breandan | b****e@g****m | 4 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0