yangzi33 / flgan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLGAN

The FLGAN is modified from [here] by Erik Linder-Norén et. al.

Table of Contents

Implementations

Implementations of FLGAN and DCGAN based on PyTorch.

Installation

To install dependency, run:

$ sudo pip3 install -r requirements.txt

Example Usage

An example running FLGAN with image size of 64x64, generating images every 500 iterations:

$ python3 flgan.py --sample_interval 500 --img_size 64

To run with other datasets, please modify the dataloader. See PyTorch built-in datasets for details.

About

License:MIT License


Languages

Language:Python 100.0%