waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

BUG report: the stable version on pip has a bug #18

Closed Kylin9511 closed 5 years ago

Kylin9511 commented 5 years ago

Hi there~

Your stable version on pip has a bug.

line 324 in graph.py dot.attr("edge", style="doted",

would cause Error: Warning: gvrender_set_style: unsupported style doted - ignoring

which was terribly annoying. And caused me lots of time debugging.

We found that you spell the dotted wrongly..., it should be "dotted" instead of "doted". And we also found that you had updated the code into "solid" on github...

We hope you guys update the pip package as soon as possible because the bug is really too funny ^_^.

waleedka commented 5 years ago

You're right. Sorry for the trouble. I'm planning to merge one more fix for RNNs and will update the PIP version this weekend. I'll post here when it's done.

waleedka commented 5 years ago

Done! The latest version from master is now on PyPI as version 0.2.