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

Method __init__

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

Source from the content-addressed store, hash-verified

449 """
450
451 def __init__(self):
452 self.validation_data = None
453 self.model = None
454 # Whether this Callback should only run on the chief worker in a
455 # Multi-Worker setting.
456 # TODO(omalleyt): Make this attr public once solution is stable.
457 self._chief_worker_only = None
458
459 def set_params(self, params):
460 self.params = params

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected