Metadata-Version: 2.1
Name: simple-framework
Version: 0.0.1.1
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: https://gist.github.com/mizzmir/2101e2dde34eb2a2d15a640bd93f33b4


