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

Method size

examples/SuperResolution/data_sampler.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.open()
34
35 def size(self):
36 return len(self.archivefiles)
37
38 def __iter__(self):
39 if self.shuffle:

Callers 2

eval_classificationFunction · 0.45
enet-pat.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected