The package can be installed with pip, see the pypi page
This package is used within the deeplearning labs at CentraleSupélec you can access on this page.
It provides some handy high level functions :
- for the training and validation loops
- for displaying the summary of a model and progress during training
- for easily getting unique log directories for logging the training with your tensorboard writer
Note, though, that if you ended up on this page, you may still be interested in more professional libraries such as torch lightning which provides you with the high level pytorch scripting we need for easily experimenting.