Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
ZhengRui opened this issue Oct 24, 2017 · 7 comments
Closed

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

ZhengRui opened this issue Oct 24, 2017 · 7 comments

Comments

@ZhengRui
Copy link

ZhengRui commented Oct 24, 2017

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.

@lanpa
Copy link
Owner

lanpa commented Oct 25, 2017

The Tweaks section in readme may help.

@ZhengRui
Copy link
Author

ZhengRui commented Oct 25, 2017

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.

@lanpa
Copy link
Owner

lanpa commented Oct 25, 2017

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

@ZhengRui
Copy link
Author

I am on 0.1.8

@lanpa
Copy link
Owner

lanpa commented 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,
}

@ZhengRui
Copy link
Author

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

@liulai
Copy link

liulai commented Nov 19, 2019

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants