Samuel Pfrommer

Results 20 issues of Samuel Pfrommer

The line ```python assert metadata['module'] == current_module ``` should throw a better error message.

documentation

The fonts are different somehow. Should get compensated for in the graphviz call.

bug

For networks with many residual connections the graphviz layout can contain a lot of unnecessary whitespace.

enhancement

Not sure what's the best way to implement. There's a few difficult things to handle: * The binning: would probably have to do a super-fine binning (100s of bins), then...

enhancement

User should be reminded to switch to a newer interface.

Specifically the floating point numbers can probably be truncated to improve performance. Also check for other potential performance boosts.

enhancement

Can be seen on the AttachModule demo, the x axis says 0.0e+0 instead of 1

bug

Add dotted / dashed lines for median and 20th / 80th percentiles. Will probably involve removing the current zero line and making it a tick on the side.

enhancement