Welcome to utilsd’s documentation!#
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.
Getting started#
To install from pip,
$ pip install utilsd
Note
utilsd is under intense development. Please use --upgrade to keep track of the latest features.
To install the development version,
$ git clone https://github.com/ultmaster/utilsd
$ python setup.py develop