Code Monkey home page Code Monkey logo

Comments (6)

velocirabbit avatar velocirabbit commented on September 7, 2024 20

Given that we're already able to export to CSV, couldn't this be roughly implemented by having a "Save to image" option that plots the data from the CSV values? That would at the very least condense the "save to CSV -> load to numpy -> plot -> save to image" sequence of steps into a single step.

from tensorboard.

andreped avatar andreped commented on September 7, 2024 6

Are no one working on this feature? As @velocirabbit mentions, having a Save to image option seems rather straight forward given the CSV data, and would be something a lot of us would use frequently.

from tensorboard.

bionicles avatar bionicles commented on September 7, 2024 3

seems critical to have plots for publication, otherwise why not just use matplotlib?

would be more performant to use canvas than svg and much easier to save

http://bl.ocks.org/biovisualize/8187844

from tensorboard.

JuliusBairaktaris avatar JuliusBairaktaris commented on September 7, 2024 2

I have created a simple Python script to help in creating pdf plots using the TensorBoard data for use in LaTeX.

You can find it here: https://github.com/JuliusBairaktaris/TensorBoard-to-PDF

from tensorboard.

nfelt avatar nfelt commented on September 7, 2024

We don't foresee being able to implement this in the near future, but PRs are welcome. Note that the current vz-line-chart component that implements the scalar charts does use SVG elements, but it uses a constellation of such elements that together make up the chart, so even an implementation to export as SVG would require somehow compositing together those elements correctly.

from tensorboard.

andreped avatar andreped commented on September 7, 2024

I have created a simple Python script to help in creating pdf plots using the TensorBoard data for use in LaTeX.

You can find it here: https://github.com/JuliusBairaktaris/TensorBoard-to-PDF

I don't mind external tools to do this, but it would be much better if this was an integrated feature into TensorBoard.

from tensorboard.

Related Issues (20)

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.