Metadata-Version: 1.1
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
Description: # 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
        ```
        
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
