mina-moto / ssgan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssgan

Train mnist dataset with Semi-Supervised GAN. Model and generated images of progress is saved.

Requirements

  • python3
  • pip 18.1
  • requirements.txt

Setup

Clone the git repositorie

git clone https://github.com/mina-moto/ssgan

Install required libraries

pip install -r requirements.txt

Usage

Train and save progress

python ssgan.py

Result

train process each 100 iteration:

About

License:MIT License


Languages

Language:Python 100.0%