Skip to content

yangzi33/flgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

GAN with focal loss

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages