question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

slider bar's values jumps when moving the bar's knob

See original GitHub issue

I used add_image() to record some visualization results at each step/epoch, during training the image at each step/epoch is displayed well, but after the training is done, when i draw the knob left and right, it doesn’t increase or decrease incrementally by step 1, instead step numbers can just goes like 1->2->4->6->12 …, which is annoying, my college also has the same issue. I guess it is a front-end issue, can anyone post a fix? Thanks.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
lanpacommented, Oct 26, 2017

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,
}
0reactions
liulaicommented, Nov 19, 2019

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Slider Design: Rules of Thumb - Nielsen Norman Group
Summary: Selecting a precise value using a slider is a difficult task requiring good motor skills, even if the slider is well designed....
Read more >
Sliders in UI: Click to set values - Wishlist
It seems like every slider in the game does not follow basic UI rules. Clicking somewhere along the slider bar should make the...
Read more >
Create a HEALTH BAR, Volume slider and LOADING BAR!
This tutorial/guide will show you how to quickly create a simple slider component that can be used to create progress bars, volume sliders...
Read more >
Designing The Perfect Slider - Smashing Magazine
As a slider's value changes, usually the portion of the track between the lower-bound value and the position of the thumb fills with...
Read more >
Word for the moving part of a slider? - English Stack Exchange
Slider Class: Represents a control that lets the user select from a range of values by moving a Thumb control along a Track....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found