Metadata-Version: 2.1
Name: neural-pipeline
Version: 0.0.5
Summary: Neural Networks train pipeline based on PyTorch
Home-page: https://github.com/toodef/neural-pipeline
Author: Anton Fedotov
Author-email: anton.fedotov.af@gmail.com.com
License: UNKNOWN
Description: Neural Pipeline based on PyTorch 0.4.1 and designed to standardize and facilitate the training process.
        
        [![Build Status](https://travis-ci.org/toodef/neural-pipeline.svg?branch=master)](https://travis-ci.org/toodef/neural-pipeline) [![Coverage Status](https://coveralls.io/repos/github/toodef/neural-pipeline/badge.svg?branch=master)](https://coveralls.io/github/toodef/neural-pipeline?branch=master) [![PyPI version](https://badge.fury.io/py/neural-pipeline.svg)](https://badge.fury.io/py/neural-pipeline) 
        
        It's contains:
        * Checkpoints management and train process resuming
        * Metrics processing and visualisation
        
        # Installation:
        `pip install neural-pipeline`
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
