We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a tool like netron that can visualize the Lux model? Or a convenient plot library that can plot the Lux model.
The text was updated successfully, but these errors were encountered:
Once (if) lutzroeder/netron#1044, we will be able to export Lux models using reactant and load them directly in netron.
In the short term, updating https://github.com/rmsrosa/ChainPlots.jl to include lux as well would be very nice.
Sorry, something went wrong.
you can already use Reactant to export to tensorboard (e.g. I use the kernel profiling feature of with_profile to emit the log dir and generate EnzymeAD/Enzyme-JAX#256 (comment)). That's obviously the kernel view, but you can ask it to visualize the graph like in https://www.tensorflow.org/tensorboard/graphs .
Probably worth writing a reactant tutorial for profiling/graphs, x/ref EnzymeAD/Reactant.jl#581
No branches or pull requests
Is there a tool like netron that can visualize the Lux model?
Or a convenient plot library that can plot the Lux model.
The text was updated successfully, but these errors were encountered: