Skip to content

Commit f15e227

Browse files
update DOCS
1 parent e09bbf5 commit f15e227

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DOCUMENTATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def update_params(
213213
- The `loss_fn` produces a loss per example and a summed loss (both only for one device), which both can be used.
214214
- Allowed to update state for the optimizer.
215215
- Uses the `model_fn` of the `workload` in order to decouple the loss from the model so that model outputs (forward passes) can be reused (by storing them in the optimizer state).
216+
- The submission can access the elapsed training time and get further information about the evaluation through `train_state`.
216217
- The submission can access the target evaluation metric via the `workload` variable.
217218
- **A call to this function will be considered a step**
218219
- The time between a call to this function and the next call to this function will be considered the per-step time.

0 commit comments

Comments
 (0)