Skip to content

Commit 29a552a

Browse files
committed
Remove last mention of model track
1 parent a6d939d commit 29a552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def init_model_fn(
239239
) -> initial model parameters
240240
```
241241

242-
- Unlike in the _Model Track_, this function that initializes the parameters of the model, is fixed. While it can be called by the submission (e.g. to restart the model after a failed training effort) it cannot be changed.
242+
- This function initializes the parameters of the model. While it can be called by the submission (e.g. to restart the model after a failed training effort) it cannot be changed.
243243

244244
###### Forward pass
245245

0 commit comments

Comments
 (0)