Metadata-Version: 1.2
Name: plus
Version: 0.1
Summary: A tool for helping you config, visualize, log and debug deep learning.
Home-page: https://github.com/SHTUPLUS/plus
Author: Rhyssiyan
Author-email: yanshp@shanghaitech.com
License: MIT
Description-Content-Type: text/markdown
Description: 
        # Welcome to Plus Deep Learning Research Toolbox 
        A useful wheel for writing and debugging the dl program.
        
        [Documents](https://shtuplus.github.io/Plus-Docs)
        
        ## Installation
        `pip install plus`. If the version is not newest, try `pip install --force plus`
        
        ## Main features
        - Logger: Set the logger for terminal display and log files
        - Metrics: Tools for common Metrics
        - Visualization: Tools for visualization, include curve, image, matplot etc.
        - Dataset: Common dataset class for build dataloader quickly
        - Configurations: Tools for set the config for the research project.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7.0
