MCPcopy Create free account
hub / github.com/apache/singa / start

Method start

python/singa/data.py:106–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 self.num_samples = len(fd.readlines())
105
106 def start(self):
107 self.p = Process(target=self.run)
108 self.p.start()
109 return
110
111 def __next__(self):
112 assert self.p is not None, 'call start before next'

Callers 1

data.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected