Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 904 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 904 Bytes

biggan

jkyl PyPI version

BigGAN in idiomatic Keras.

BigGAN is in public alpha! If you'd like to contribute, please refer to the issues tab and consider opening a pull request 🙂

Install

pip install biggan

This installs the biggan library and top-level scripts. See INSTALL.md to build from source.

Prepare data

biggan.prepare --help

This serializes a set of image files into TFRecords.

Train

biggan.train --help

This trains a BigGAN model from scratch on the serialized image data.