From e9ce6cf4de311a5c7a7bf8de96a029f888992045 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Fri, 25 Apr 2014 09:23:00 -0700 Subject: [PATCH] note pydot dependency of model visualization --- python/caffe/drawnet.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python/caffe/drawnet.py b/python/caffe/drawnet.py index de5a876..ff18ecf 100644 --- a/python/caffe/drawnet.py +++ b/python/caffe/drawnet.py @@ -1,5 +1,10 @@ #!/usr/bin/env python -"""Functions to draw a caffe NetParameter protobuffer. +""" +Caffe network visualization: draw the NetParameter protobuffer. + +NOTE: this requires pydot>=1.0.2, which is not included in requirements.txt +since it requires graphviz and other prerequisites outside the scope of the +Caffe. """ from caffe.proto import caffe_pb2 -- 2.7.4