Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 479 Bytes

PyTorch-SRGAN

A modern PyTorch implementation of Wavelet-SRGAN

https://arxiv.org/abs/1907.10213

You can start training out-of-the-box with the CIFAR-10 or CIFAR-100 datasets, to emulate the paper results however, you will need to download and clean the ImageNet dataset yourself. Results and weights are provided for the ImageNet dataset.

Requirements