Skip to content

Reproduction of DupGAN for METU CENG796 - Deep Generative Networks.

License

Notifications You must be signed in to change notification settings

cemonem/DupGAN_reproduction

Repository files navigation

Paper Title

Duplex Generative Adversarial Network for Unsupervised Domain Adaptation
http://openaccess.thecvf.com/content_cvpr_2018/papers/Hu_Duplex_Generative_Adversarial_CVPR_2018_paper.pdf

Lanqing Hu, Meina Kan, Shiguang Shan, Xilin Chen
CVPR 2018

image info

This folder provides a re-implementation of this paper in PyTorch, developed as part of the course METU CENG 796 - Deep Generative Models. The re-implementation is provided by:

  • Cansu Cemre Yeşilçimen, e203635 at metu dot edu dot tr
  • Cem Önem, e203182 at metu dot edu dot tr

Getting Started

In this version of our project, we provide pretrained models of encoder and generator. All hyperparameters are included in the main.ipynb file. Datasets are downloaded via torchvision dataloaders automatically. Final generated images are saved under gdruns/ directory, which is also visible in the notebook itself. Final accuracy results are logged on the terminal in the notebook.

Prerequisites

Before reviewing, download_data.sh script should be run, in order to download pretrained generator weights.

About

Reproduction of DupGAN for METU CENG796 - Deep Generative Networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published