mltome

A collection of Mtools that builds on Python ML frameworks.


License
MIT
Install
pip install mltome==0.1.0.post1

Documentation

mltome

A collection of ML tools that builds on Python ML frameworks. The API of these tools are not stable!

CI Status Codecov Status

Installation

You can install mltome directly from pypi:

pip install git+https://github.com/thomasjpfan/mltome
  • mltome.pytorch - For installation

instructions for PyTorch, visit the PyTorch website.

Development

The development version can be installed by running make dev. Then we can lint make lint and tests by running pytest.