kenandaoerdect / PyTorch_DCGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCGAN in PyTorch

Prerequisites

  • PyTorch==0.4+
  • Python==3.5+

Usage

First, put your datasets to ./data/ folder.

Then, train the DCGAN:

$ python train.py

After several steps, you will see the results in ./img/ folder.

About


Languages

Language:Python 100.0%