You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,7 @@ def update_params(
213
213
- The `loss_fn` produces a loss per example and a summed loss (both only for one device), which both can be used.
214
214
- Allowed to update state for the optimizer.
215
215
- 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`.
216
217
- The submission can access the target evaluation metric via the `workload` variable.
217
218
-**A call to this function will be considered a step**
218
219
- 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