Giter Club home page Giter Club logo

Comments (7)

lanpa avatar lanpa commented on April 28, 2024 7

HI, I just tried 0.1.8 and found that by also modifying image_metadata in tensorboard/backend/application.py solves the problem.

DEFAULT_SIZE_GUIDANCE = {
    event_accumulator.TENSORS: 100,
}

# TODO(@wchargin): Once SQL mode is in play, replace this with an
# alternative that does not privilege first-party plugins.
DEFAULT_TENSOR_SIZE_GUIDANCE = {
    scalar_metadata.PLUGIN_NAME: 1000,
    image_metadata.PLUGIN_NAME: 100,
    audio_metadata.PLUGIN_NAME: 10,
    histogram_metadata.PLUGIN_NAME: 500,
}

from tensorboardx.

lanpa avatar lanpa commented on April 28, 2024

The Tweaks section in readme may help.

from tensorboardx.

ZhengRui avatar ZhengRui commented on April 28, 2024

I tried to change event_accumulator.TENSORS from 10 to 100, it seems has no effects, is it the right place that I should modify? As from search of my /usr/local/lib/python2.7/dist-packages/tensorboard/backend/application.py file, I only found event_accumulator in the event_accumulator.TENSORS setting.

from tensorboardx.

lanpa avatar lanpa commented on April 28, 2024

which version of TB are you using? I am on 0.1.7

from tensorboardx.

ZhengRui avatar ZhengRui commented on April 28, 2024

I am on 0.1.8

from tensorboardx.

ZhengRui avatar ZhengRui commented on April 28, 2024

awesome, that works, thanks, close this issue now.

from tensorboardx.

liulai avatar liulai commented on April 28, 2024

I use the 'domo.py', but the PROJECTOR is not working.Why?
微信图片_20191120014746

from tensorboardx.

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.