hoya012 / pytorch_practice

A code list of practice using PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 100.0%