Skip to content

Commit 66d3383

Browse files
dfalbelSigrid Keydana
andauthored
Update inst/python/kerastools/callback.py
Co-Authored-By: Sigrid Keydana <[email protected]>
1 parent 5e34e9c commit 66d3383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/python/kerastools/callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, r_set_context,
4646
self.r_on_train_batch_begin = r_on_train_batch_begin
4747
self.r_on_train_batch_end = r_on_train_batch_end
4848

49-
# requiered when using tf$distributed strategies
49+
# required when using tf$distributed strategies
5050
self._chief_worker_only = False
5151

5252
def on_epoch_begin(self, epoch, logs=None):

0 commit comments

Comments
 (0)