Metadata-Version: 2.1
Name: labml-helpers
Version: 0.4.89
Summary: A collection of classes and functions to automate common deep learning training patterns
Home-page: https://github.com/labml.ai/labml
Author: Varuna Jayasiri, Nipun Wijerathne
Author-email: vpjayasiri@gmail.com, hnipun@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://docs.labml.ai/
Keywords: machine learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

[![PyPI - Python Version](https://badge.fury.io/py/labml-helpers.svg)](https://badge.fury.io/py/labml-helpers)
[![PyPI Status](https://pepy.tech/badge/labml-helpers)](https://pepy.tech/project/labml-helpersl)


# labml.ai library helpers

This is a collection of classes and functions to automate common deep learning training patterns.


## Installation


```sh
pip install labml-helpers
```


