Skip to content
Snippets Groups Projects
Commit ae5448d6 authored by Dennis Noll's avatar Dennis Noll
Browse files

[keras] documentation of jank mechanism for PatientTracker

parent 07b1054b
No related branches found
No related tags found
No related merge requests found
......@@ -760,6 +760,13 @@ class BestTracker(tf.keras.callbacks.Callback):
class PatientTracker(BestTracker):
"""
Jank:
All PatientTrackers can communicate over the jank variable:
If one PatientTracker triggers, all other PatientTrackers may not trigger for the number of epochs given by their jank.
In order to participate in the jank mechanism, the jank of a PatientTracker must be finite (e.g. jank -1).
"""
def __init__(
self,
patience=10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment