BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.13k stars 18.68k forks source link

pycaffe works strange to draw network #5616

Closed monkeyhen closed 6 years ago

monkeyhen commented 7 years ago

Issue summary

I installed caffe and it works fine. After pycaffe is compiled, I tried to use it to draw network structure. However the generated png file looks strange, the text inside the box is replaced with small rectangles. image

Did anyone come across a problem like this?

Your system configuration

Operating system: Red Hat 4.4.6 Compiler: gcc - 4.4.6 CUDA version : 6.5 CUDNN version (if applicable): no BLAS: openblas Python or MATLAB version (for pycaffe and matcaffe respectively): anaconda2

Noiredd commented 6 years ago

Does the output look like this for the example networks, or just your own net? Could this be due to some issue with encoding of your network prototxt? Seems like an usage issue so I will close this for now, but I encourage you to post on the caffe-users list with more details (especially the prototext - please attach it).