We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4190ebd + cdab89a commit a0b0d3fCopy full SHA for a0b0d3f
python/caffe/draw.py
@@ -72,7 +72,7 @@ def get_layer_label(layer, rankdir):
72
else:
73
# If graph orientation is horizontal, vertical space is free and
74
# horizontal space is not; separate words with newlines
75
- separator = '\n'
+ separator = '\\n'
76
77
if layer.type == 'Convolution':
78
# Outer double quotes needed or else colon characters don't parse
0 commit comments