Skip to content

hoya012/pytorch_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pytorch_practice

A code list of practice using PyTorch. I wrote code using Jupyter Notebook.

Inspired by some recommendation and others.

Contributor

Requirements

Python 3.5
PyTorch == 0.4.0
TorchVision == 0.2.1

Contents

Image Classification

Image Generative Models

  • Vanilla AutoEncoder [code]
    • Result of Vanilla AutoEncoder. Odd line is original inputs, and Even line is AE outputs.

  • Denoising AutoEncoder [code]
    • Result of Denoising AutoEncoder. Odd line is original inputs, and Even line is DAE outputs.

  • Vanilla GAN [pdf] [code]
    • Result of Vanilla GAN with MNIST.

  • DCGAN [pdf] [code]
    • Result of DCGAN with FashionMNIST.

To do list

Image Classification

Image Generative Models

Image Super-Resolution

About

A code list of practice using PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published