MCPcopy Create free account
hub / github.com/BVLC/caffe / test_val

Method test_val

python/caffe/test/test_net.py:382–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

380 self.check_net(net, ['loss'])
381
382 def test_val(self):
383 net = caffe.Net(self.f.name, caffe.TEST, stages=['val'])
384 self.check_net(net, ['loss'])
385
386 def test_deploy(self):
387 net = caffe.Net(self.f.name, caffe.TEST, stages=['deploy'])

Callers

nothing calls this directly

Calls 2

check_netMethod · 0.95
NetMethod · 0.80

Tested by

no test coverage detected