Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/THUDM/CogDL
/ eval
Method
eval
cogdl/data/data.py:529–532 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
527
return
self
528
529
def
eval(self):
530
self._adj = self._adj_full
531
self.__is_train__ = False
532
return
self
533
534
def
add_remaining_self_loops(self):
535
self._adj_full.add_remaining_self_loops()
Callers
15
2training.py
File · 0.45
2training_cn.py
File · 0.45
__init__
Method · 0.45
evaluate
Function · 0.45
train
Method · 0.45
validate
Method · 0.45
test
Method · 0.45
distributed_test
Method · 0.45
val_step
Method · 0.45
test_step
Method · 0.45
prepare_feats
Function · 0.45
prepare_labels
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_step
Method · 0.36