MCPcopy
hub / github.com/shenweichen/DeepCTR-Torch / set_model

Method set_model

deepctr_torch/callbacks.py:14–15  ·  view source on GitHub ↗
(self, model)

Source from the content-addressed store, hash-verified

12 self.params = {}
13
14 def set_model(self, model):
15 self.model = model
16
17 def set_params(self, params):
18 self.params = params or {}

Callers 5

set_modelMethod · 0.45

Calls

no outgoing calls