# dragan-pytorch **Repository Path**: thb1314/dragan-pytorch ## Basic Information - **Project Name**: dragan-pytorch - **Description**: PyTorch implementation of DRAGAN (https://arxiv.org/abs/1705.07215) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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