MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / in_cooldown

Method in_cooldown

tensorflow/python/keras/callbacks.py:1915–1916  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1913 self.wait = 0
1914
1915 def in_cooldown(self):
1916 return self.cooldown_counter > 0
1917
1918
1919@keras_export('keras.callbacks.CSVLogger')

Callers 1

on_epoch_endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected