Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ test_deploy
Method
test_deploy
python/caffe/test/test_net.py:386–388 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
384
self.check_net(net, [
'loss'
])
385
386
def
test_deploy(self):
387
net = caffe.Net(self.f.name, caffe.TEST, stages=[
'deploy'
])
388
self.check_net(net, [
'pred'
])
389
Callers
nothing calls this directly
Calls
2
check_net
Method · 0.95
Net
Method · 0.80
Tested by
no test coverage detected