MCPcopy
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.pyFile · 0.45
2training_cn.pyFile · 0.45
__init__Method · 0.45
evaluateFunction · 0.45
trainMethod · 0.45
validateMethod · 0.45
testMethod · 0.45
distributed_testMethod · 0.45
val_stepMethod · 0.45
test_stepMethod · 0.45
prepare_featsFunction · 0.45
prepare_labelsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_stepMethod · 0.36