mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-12 16:18:22 +00:00
fix navigation
This commit is contained in:
parent
a6f231a00f
commit
cce5d2b31e
|
@ -1 +1,7 @@
|
||||||
# Training Utils
|
# 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
|
||||||
|
|
||||||
|
|
0
docs/training_utils/trainer.md
Normal file
0
docs/training_utils/trainer.md
Normal file
|
@ -24,7 +24,7 @@ extra_css:
|
||||||
- stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
nav:
|
nav:
|
||||||
- Home:
|
- Home:
|
||||||
- home/index.md
|
- index.md
|
||||||
- home/adapters.md
|
- home/adapters.md
|
||||||
- Getting started: getting_started.md
|
- Getting started: getting_started.md
|
||||||
- Models:
|
- Models:
|
||||||
|
|
Loading…
Reference in a new issue