Metadata-Version: 2.1
Name: deep-trainer
Version: 0.0.7.dev2
Summary: Helper to train deep neural networks
Home-page: https://github.com/raphaelreme/deep-trainer
Author: Raphael Reme
Author-email: raphaelreme-dev@protonmail.com
License: MIT
Description: # deep-trainer
        
        Baseline code to train deep neural networks.
        Currently only available for PyTorch Framework.
        
        
        ## Install
        
        ### Pip
        
        ```bash
        $ pip install deep-trainer
        ```
        
        ### Conda
        
        Not yet available
        
        
        
        ## Getting started
        
        ```python
        from deep_trainer import PytorchTrainer
        ```
        
        
        ## Build and Deploy
        
        ```bash
        $ pip install build twine
        $ python -m build
        $ python -m twine upload dist/*
        ```
        
Keywords: deep learning,pytorch
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
