Skip to content

Instantly share code, notes, and snippets.

@taoari
taoari / caffe_graph_net.py
Created March 20, 2015 20:25
CAFFE visualize net prototxt with graphviz
#!/usr/bin/env python
import caffe
from caffe.proto import caffe_pb2
from google.protobuf import text_format
class structtype:
pass
def loadSolver(fn):
with open(fn) as f: