MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / log

Method log

tensorpack/tfutils/sessinit.py:84–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 self._names.append(get_op_tensor_name(name)[0])
83
84 def log(self):
85 if len(self._names):
86 logger.warn("The following variables are in the {}, but not found in the {}: {}".format(
87 self._exists, self._nonexists, ', '.join(self._names)))
88
89
90class SaverRestore(SessionInit):

Callers 7

_match_varsMethod · 0.95
_run_initMethod · 0.95
log10Function · 0.45
build_graphMethod · 0.45
decode_bbox_targetFunction · 0.45
encode_bbox_targetFunction · 0.45
fpn_map_rois_to_levelsFunction · 0.45

Calls 2

formatMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected