This is a very small change that would allow the full use of the graphviz HTML formatting for each node label.
I'm not quite sure if this breaks something else, or if these results could be obtained in another way, but this is how it would work. Let's say I want to use subscripts for weight matrices w1 and w2:
This is a very small change that would allow the full use of the graphviz HTML formatting for each node label. I'm not quite sure if this breaks something else, or if these results could be obtained in another way, but this is how it would work. Let's say I want to use subscripts for weight matrices
w1
andw2
:I had to add double space (i.e.
<br/><br/>
) otherwise the lines would overlap.