mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-13 00:28:14 +00:00
10 lines
267 B
Markdown
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
|
|
|