Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shenweichen/DeepCTR-Torch
/ append
Method
append
deepctr_torch/callbacks.py:40–41 ·
view source on GitHub ↗
(self, callback)
Source
from the content-addressed store, hash-verified
38
self.params = {}
39
40
def
append(self, callback):
41
self.callbacks.append(callback)
42
43
def
set_model(self, model):
44
self.model = model
Callers
15
test_callback_and_callback_list_flow
Function · 0.95
on_epoch_end
Method · 0.80
get_varlen_pooling_list
Function · 0.80
embedding_lookup
Function · 0.80
get_dense_input
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_callback_and_callback_list_flow
Function · 0.76
on_train_begin
Method · 0.64
on_train_end
Method · 0.64
on_epoch_begin
Method · 0.64
on_epoch_end
Method · 0.64