Skip to content

Commit a5b863b

Browse files
committed
readme: remove reference to backend/application.py
Summary: Before `--samples_per_plugin` existed, the only way to change the sampling thresholds was to patch `application.py` manually. But the flag has been the right way to do this since #1138, and manual patching has been insufficient since the flag value was exposed to plugins in #3271. There’s no need to discuss this implementation detail any more. wchargin-branch: readme-remove-application-reference wchargin-source: b79027ec8b279537bdf38f7b5d7f36cf5dd38498
1 parent 6125a85 commit a5b863b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,7 @@ TensorBoard uses [reservoir
376376
sampling](https://en.wikipedia.org/wiki/Reservoir_sampling) to downsample your
377377
data so that it can be loaded into RAM. You can modify the number of elements it
378378
will keep per tag by using the `--samples_per_plugin` command line argument (ex:
379-
`--samples_per_plugin=scalars=500,images=20`). Alternatively, you can change the
380-
source code in
381-
[tensorboard/backend/application.py](tensorboard/backend/application.py).
379+
`--samples_per_plugin=scalars=500,images=20`).
382380
See this [Stack Overflow question](http://stackoverflow.com/questions/43702546/tensorboard-doesnt-show-all-data-points/)
383381
for some more information.
384382

0 commit comments

Comments
 (0)