dmad
dmad7mo ago

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
Myles Scolnick
Myles Scolnick7mo ago
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 useful
dmad
dmadOP7mo ago
Hmm, 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
Myles Scolnick
Myles Scolnick7mo ago
oh i have not, but i should check that out for inspiration. toggling variables on/off does sound useful
dmad
dmadOP7mo ago
No description
Myles Scolnick
Myles Scolnick7mo ago
in this case, you'd want to be able to "turn off" global import and top-level node?
dmad
dmadOP7mo ago
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
Myles Scolnick
Myles Scolnick7mo ago
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)
dmad
dmadOP7mo ago
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:
No description
Myles Scolnick
Myles Scolnick7mo ago
thanks for sharing minimap is possible (easily with the library im using), just didnt add it yet