You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
…pec (#5099)
This changes the program to print a message that explicitly
indicates `--logdir_spec` is unsupported with `--load_fast`
behavior.
See #4802
You can’t use the (deprecated)
--logdir_spec
flag with RustBoard. Asof #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:
The text was updated successfully, but these errors were encountered: