An open API service indexing awesome lists of open source software.

https://github.com/helmholtz-ai-energy/dlrt


https://github.com/helmholtz-ai-energy/dlrt

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# DLRT

# TODO:
- [x] transformers
- [ ] resnet50 imagenet tests
- [ ] autocast
- [ ] test jit
- [ ] graphs
- probably need to set up the rank adaption to avoid changing the memory until the graph is rebuilt
- [ ] set up checkpointing/loading (trainer.py)

[![PyPI - Version](https://img.shields.io/pypi/v/DLRT.svg)](https://pypi.python.org/pypi/DLRT)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/DLRT.svg)](https://pypi.python.org/pypi/DLRT)
[![Tests](https://github.com/coquelin77/DLRT/workflows/tests/badge.svg)](https://github.com/coquelin77/DLRT/actions?workflow=tests)
[![Codecov](https://codecov.io/gh/coquelin77/DLRT/branch/main/graph/badge.svg)](https://codecov.io/gh/coquelin77/DLRT)
[![Read the Docs](https://readthedocs.org/projects/DLRT/badge/)](https://DLRT.readthedocs.io/)
[![PyPI - License](https://img.shields.io/pypi/l/DLRT.svg)](https://pypi.python.org/pypi/DLRT)

[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)

Collection of DLRT methods in PyTorch for easy usage

* GitHub repo:
* Documentation:
* Free software: BSD

## Features

* TODO

## Quickstart

TODO

## Credits

This package was created with [Cookiecutter][cookiecutter] and the [fedejaure/cookiecutter-modern-pypackage][cookiecutter-modern-pypackage] project template.

[cookiecutter]: https://github.com/cookiecutter/cookiecutter
[cookiecutter-modern-pypackage]: https://github.com/fedejaure/cookiecutter-modern-pypackage