RedaOps / ann-visualizer

A python library for visualizing Artificial Neural Networks (ANN)
MIT License
1.24k stars 216 forks source link

Can ann viz plot more than 10 units in a layer? #17

Open tobiaspiechowiak opened 6 years ago

tobiaspiechowiak commented 6 years ago

Hi everyone,

ann viz works quite well the only problem I have is: Is there a way to plot larger nets than those with 10 units in a layer? I mean it says how much more it is gonna plot (+26) but is it possible to actually plot all those units? Is there a flag for that?

image

Tobias