How is the tree view sorted?
How is the tree view sorted?
Got a little confused when a cell with no inputs was put further along the tree.
Also mo isn't shown as an input, is that working as intended?
Super cool feature though, can't wait to see run state
9 Replies
If you are viewing top-down, its not sorted left-to-right. Might just be semi-random, but open to a deterministic sort
mo
is not an input and that is intended. with it, its quite noisy and makes the graph much less usefulHmm, I probably use numpy more than mo. Have you ever played with the tensorboard compute graph display? It lets you extract "noisy" cells, by just putting it off to the side and pruning inputs/outputs from the rest of the tree
oh i have not, but i should check that out for inspiration. toggling variables on/off does sound useful
in this case, you'd want to be able to "turn off" global import and top-level node?
Was more to show the behavior. I expected them to be parallel (no shared inputs), but yes- I think if I removed those nodes the graph would be cleaner
I actually have tensorboard running give me a second
oh i see - i think maybe they share a common descendant. i can see if i can tweak the settings too (i use this library https://github.com/dagrejs/dagre)
To be clear, I think that it's awesome, and doesn't necessarily need changes- was just wondering
Here's tensorboard from a Jupyter notebook in my notes:
thanks for sharing
minimap is possible (easily with the library im using), just didnt add it yet