Metadata-Version: 2.1
Name: simple-framework
Version: 0.0.1.5
Summary: Simple training framework for pytorch, with basic training loops and horovod support
Home-page: https://github.com/mizzmir/Training_framework
Author: Marcin Czelej
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: horovod (>=0.20.0)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: torch (>=1.5.1)
Requires-Dist: torchvision (>=0.6.1)
Requires-Dist: tqdm (>=4.42.0)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# Training_framework
Training framework for pytorch models

Simple training framework for pytorch  supporting two cases:
- Normal training
- Horovod Training

Use example: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1MB3dQMWWot8GsMThPe2I4k6jDgw-SqOx?usp=sharing)


