refiners/docs/training_utils/index.md
2024-01-09 14:08:10 +01:00

10 lines
267 B
Markdown

# Training Utils
Very minimalistic training utilities for PyTorch, its main purpose is to provide a simple way to abstract the training loop
and its configuration. It is meant to be used with Refiners, but it can be used with any PyTorch model.
## Quickstart
WIP