Skip to content

Commit

Permalink
clarify draw_net.py usage: net prototxt, not caffemodel
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jan 25, 2015
1 parent 6925de1 commit 2f869e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/draw_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def main(argv):
if len(argv) != 3:
print 'Usage: %s input_net_proto_file output_image_file' % \
print 'Usage: %s input_net_prototxt output_image_file' % \
os.path.basename(sys.argv[0])
else:
net = caffe_pb2.NetParameter()
Expand Down

0 comments on commit 2f869e7

Please sign in to comment.