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

Method test_draw_net

python/caffe/test/test_draw.py:28–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26
27class TestDraw(unittest.TestCase):
28 def test_draw_net(self):
29 for filename in getFilenames():
30 net = caffe_pb2.NetParameter()
31 with open(filename) as infile:
32 text_format.Merge(infile.read(), net)
33 caffe.draw.draw_net(net, 'LR')
34
35
36if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

getFilenamesFunction · 0.85

Tested by

no test coverage detected