Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ size
Method
size
examples/OpticalFlow/flownet2.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
self.flows = glob.glob(os.path.join(self.path_prefix,
'*'
,
'*.flo'
))
60
61
def
size(self):
62
return
len(self.flows)
63
64
def
__iter__(self):
65
for
flow_path in self.flows:
Callers
15
Image2Image.py
File · 0.45
CycleGAN.py
File · 0.45
eval_classification
Function · 0.45
optimizer
Method · 0.45
ptb_producer
Function · 0.45
finalize_configs
Function · 0.45
predict_dataflow
Function · 0.45
multithread_predict_dataflow
Function · 0.45
train.py
File · 0.45
proposal_metrics
Function · 0.45
sample_fg_bg
Function · 0.45
fastrcnn_losses
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected