Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Explicitly indicate --logdir_spec/--load_fast mismatch #4802

Open
wchargin opened this issue Mar 19, 2021 · 0 comments
Open

Explicitly indicate --logdir_spec/--load_fast mismatch #4802

wchargin opened this issue Mar 19, 2021 · 0 comments
Labels
core:rustboard //tensorboard/data/server/... type:feature

Comments

@wchargin
Copy link
Contributor

You can’t use the (deprecated) --logdir_spec flag with RustBoard. As
of #4794, we’ll gracefully fall back to the multiplexer if you attempt
to do so. But maybe this particular invocation is common enough that it
merits an explicit explanation of the problem rather than a silent
fallback:

$ tensorboard --logdir_spec foobar --load_fast auto
warning: --logdir_spec not supported with --load_fast; falling back to
slow data loading paths
TensorBoard 2.5.0a0 at ...
@wchargin wchargin added type:feature core:rustboard //tensorboard/data/server/... labels Mar 19, 2021
psybuzz added a commit that referenced this issue Jul 13, 2021
…pec (#5099)

This changes the program to print a message that explicitly
indicates `--logdir_spec` is unsupported with `--load_fast`
behavior.

See #4802
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core:rustboard //tensorboard/data/server/... type:feature
Projects
None yet
Development

No branches or pull requests

1 participant