MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / start

Method start

tensorpack/utils/concurrency.py:130–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 yield None
129
130 def start(self):
131 from ..compat import tfv1
132 self._sess = tfv1.get_default_session()
133 super(ShareSessionThread, self).start()
134
135 def run(self):
136 if not self._th:

Callers 1

start_proc_mask_signalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected