Jax-PR Visualisation #17561
Unanswered
zombie-einstein
asked this question in
Show and tell
Replies: 1 comment 2 replies
-
This is really cool, For your reference other projects with the same spirit (jaxpr-level viz)
It would be interesting if the user can define/register his own rules, for example general convolution can be visualized like this. I think it might also be useful to define a viz primitive that carries some information about certain variable, for example def foo(x):
y = tag(x, metadata="this is the first step")
return y where |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to shamelessly promote this library I made to visualise generated JAX-PRs. Docs and examples can be found here on the github repo.
The intention was to be able to create a higher level visualisation of JAX programs in comparison to the built in HLO visualisation to allow examination of program structure.
I built it to support another project I'm working on, but interested to see if people find this useful, and any feedback.
Beta Was this translation helpful? Give feedback.
All reactions