Coder Social home page Coder Social logo

quickstart issues about jaxpr-viz HOT 2 CLOSED

jeremiecoullon avatar jeremiecoullon commented on July 17, 2024
quickstart issues

from jaxpr-viz.

Comments (2)

zombie-einstein avatar zombie-einstein commented on July 17, 2024

Thanks for trying it out!

But no output is created.

Apologies this is the README being a bit unclear! jpviz.draw(bar)(jnp.arange(10)) returns a pydot graph object which then needs to be visualised (see here https://github.com/pydot/pydot#output). So the end of the example should probably be something like

import jpviz

dot_graph = jpviz.draw(bar)(jnp.arange(10))
dot_graph.write_png("computation_graph.png")

which will render the graph and write a file. I'll extend the README to make this clearer.

Here I get the error FileNotFoundError: [Errno 2] "dot" not found in path.

This is normally due to graphviz not being installed on your system. Though if you do, it could be something like this issue where conda environments need a conda install of graphviz? Pydot suggests you should usually be able to install using system package manager.

from jaxpr-viz.

zombie-einstein avatar zombie-einstein commented on July 17, 2024

Closing as seems the issue was the missing graphviz install

from jaxpr-viz.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.