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

Method set_params

tensorflow/python/keras/callbacks.py:459–460  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

457 self._chief_worker_only = None
458
459 def set_params(self, params):
460 self.params = params
461
462 def set_model(self, model):
463 self.model = model

Callers 2

set_callback_parametersFunction · 0.45
set_paramsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected