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

Method start

tensorpack/predict/base.py:73–74  ·  view source on GitHub ↗

Start workers

(self)

Source from the content-addressed store, hash-verified

71
72 @abstractmethod
73 def start(self):
74 """ Start workers """
75
76 def _do_call(self, dp):
77 fut = self.put_task(dp)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected