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

https://github.com/jeremyfix/deepcs

Python utilitary tools used for the deep learning lab works taught at CentraleSupélec (Metz). See the accompanying site for the lectures and lab works at https://github.com/jeremyfix/deeplearning-lectures
https://github.com/jeremyfix/deepcs

deeplearning

Last synced: about 2 months ago
JSON representation

Python utilitary tools used for the deep learning lab works taught at CentraleSupélec (Metz). See the accompanying site for the lectures and lab works at https://github.com/jeremyfix/deeplearning-lectures

Awesome Lists containing this project

README

        

# Deepcs package

The package can be installed with pip, see the [pypi page](https://pypi.org/project/deepcs/)

This package is used within the deeplearning labs at CentraleSupélec you can access on [this page](https://github.com/jeremyfix/deeplearning-lectures).

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](https://www.pytorchlightning.ai/) which provides you with the high level pytorch scripting we need for easily experimenting.