Change images slider step in TensorBoard

前端 未结 3 1815
独厮守ぢ
独厮守ぢ 2021-02-02 11:06

TensorBoard 1.1.0\'s images history. I would like to set the slider\'s position (on top of the black image with 7) more precisely, to be able to select any step. Now I can only

3条回答
  •  太阳男子
    2021-02-02 12:02

    This question is covered in the FAQ:

    Is my data being downsampled? Am I really seeing all the data?

    TensorBoard uses reservoir sampling to downsample your data so that it can be loaded into RAM. You can modify the number of elements it will keep per tag in tensorboard/backend/application.py. See this StackOverflow question for some more information.

提交回复
热议问题