Skip to content
/ DRCN Public

Pytorch implementation of Deep Reconstruction Classification Networks

Notifications You must be signed in to change notification settings

fungtion/DRCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment

  • Pytorch 0.4.0
  • Python 2.7

Structure

DRCN

Usage

  • put the mnist and svhn data in the entries in dataset, respectively
  • if there is no Grayscale transform in your torchvision, please replace your functional.py and transforms.py with provided files in extra
  • run python main.py for training
  • the trained model will be saved in model, and recontructed images saved in recovery_image
  • In our implementation, no denoising include

Result

real svhn

Real and Recovered SVHN images

About

Pytorch implementation of Deep Reconstruction Classification Networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages