Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ultmaster/utilsd

Common deep learning utils.
https://github.com/ultmaster/utilsd

configuration deep-learning experiment-management logging machine-learning mlops pytorch utils

Last synced: 3 months ago
JSON representation

Common deep learning utils.

Awesome Lists containing this project

README

        

# Common utils for deep learning

[![build](https://github.com/ultmaster/utilsd/actions/workflows/python-test.yml/badge.svg)](https://github.com/ultmaster/utilsd/actions/workflows/python-test.yml) [![codecov](https://codecov.io/gh/ultmaster/utilsd/branch/master/graph/badge.svg?token=CKMH54LMRM)](https://codecov.io/gh/ultmaster/utilsd) [![Documentation Status](https://readthedocs.org/projects/utilsd/badge/?version=latest)](https://utilsd.readthedocs.io/en/latest/?badge=latest)

Documentation: https://utilsd.readthedocs.io/en/stable/

```
pip install utilsd
```

### What is utilsd?

I'm collecting *common utils* that are used in at least 2 of the projects I have been working on. I expect most of the utils are in the corner of logging, experiment setup, config management, log analysis, and etc. As I almost always use PyTorch and most of the projects are featuring vision tasks, it will be built upon PyTorch.

### Why it is named utilsd?

To join the D-universe that is powered by several ambitious system researchers.

### Is it a stable toolkit I can use?

Not really. It is still a draft and being tested against multiple internal projects. I will try to write documentation for this project within a couple of months (or give up on it forever).