Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfsantos/dragan-pytorch
PyTorch implementation of DRAGAN (https://arxiv.org/abs/1705.07215)
https://github.com/jfsantos/dragan-pytorch
Last synced: 11 days ago
JSON representation
PyTorch implementation of DRAGAN (https://arxiv.org/abs/1705.07215)
- Host: GitHub
- URL: https://github.com/jfsantos/dragan-pytorch
- Owner: jfsantos
- License: mit
- Created: 2017-05-26T00:09:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T13:33:08.000Z (over 7 years ago)
- Last Synced: 2024-12-13T06:44:25.887Z (15 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 97
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pytorch - dragan-pytorch
- awesome-pytorch - dragan-pytorch
README
# dragan-pytorch
PyTorch implementation of DRAGAN (https://arxiv.org/abs/1705.07215)Code based on the [original implementation](https://github.com/kodalinaveen3/DRAGAN) by the authors.
The following repositories were also used as a reference on how to implement the gradient penalty in PyTorch:
- https://github.com/t-vi/pytorch-tvmisc
- https://github.com/caogang/wgan-gp