From: Evan Shelhamer Date: Fri, 25 Apr 2014 16:23:00 +0000 (-0700) Subject: note pydot dependency of model visualization X-Git-Tag: submit/tizen/20180823.020014~692^2~24^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9ce6cf4de311a5c7a7bf8de96a029f888992045;p=platform%2Fupstream%2Fcaffeonacl.git note pydot dependency of model visualization --- 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