-
-
Notifications
You must be signed in to change notification settings - Fork 692
Cannot find ModelCheckpoint score name notes #2622
Copy link
Copy link
Closed
Labels
Description
📚 Documentation
In the ModelCheckpoint documentation score_name parameter, it says:
if
score_functionnot None, it is possible to store its value using score_name. See Notes for more details.
However, I cannot find any Notes for this detail.
I suggests adding examples about using score_name and score_function like here
I would love to open a PR for this if that is ok. Or if there are already examples exists, perhaps the links can be added to the documentation.
Reactions are currently unavailable