Metadata-Version: 2.0
Name: ganbase
Version: 0.0.1
Summary: Utils for GAN research
Home-page: https://github.com/innerlee/ganbase
Author: Zhizhong Li
Author-email: 363664470@qq.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: gan
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Dist: numpy (>=1.11.1)
Requires-Dist: torch
Requires-Dist: torchvision

# Introduction

[![Documentation](https://img.shields.io/badge/documentation-master-green.svg)](http://ganbase.readthedocs.io/en/latest)
[![PyPI Version](https://img.shields.io/pypi/v/ganbase.svg)](https://pypi.python.org/pypi/ganbase)
[![Python Version](https://img.shields.io/pypi/pyversions/ganbase.svg)]()
[![Build Status](https://travis-ci.org/innerlee/ganbase.svg?branch=master)](https://travis-ci.org/innerlee/ganbase)
[![Coverage Status](https://codecov.io/gh/innerlee/ganbase/branch/master/graph/badge.svg)](https://codecov.io/gh/innerlee/ganbase)


`ganbase` is a miscellaneous set of tools which maybe helpful for GAN research.
It comprises the following parts.

- Models
- Datasets
- Evaluation
- Visualize
- Utils

Try and start with

```shell
pip install ganbase
```


