0

TorchGAN: A Flexible Framework for GAN Training and Evaluation

TorchGAN is a PyTorch framework for GANs that offers modular design, extensibility, and zero overhead compared to vanilla PyTorch.

Year
2019
Venue
arXiv 2019
Authors
2
Hosting
Abstract onlyARXIV-DEFAULT

Cite

Notes

Only stored in your browser.

Attribution

Abstract & full text
arxiv.org/abs/1909.03410ARXIV-DEFAULT
TL;DR
Semantic Scholar
Attribution policy →

Abstract

TorchGAN is a PyTorch based framework for writing succinct and comprehensible code for training and evaluation of Generative Adversarial Networks. The framework's modular design allows effortless customization of the model architecture, loss functions, training paradigms, and evaluation metrics. The key features of TorchGAN are its extensibility, built-in support for a large number of popular models, losses and evaluation metrics, and zero overhead compared to vanilla PyTorch. By using the framework to implement several popular GAN models, we demonstrate its extensibility and ease of use. We also benchmark the training time of our framework for said models against the corresponding baseline PyTorch implementations and observe that TorchGAN's features bear almost zero overhead.

Authors

2