Nick Felt
Nick Felt
Sorry, I don't have the expertise in the profiler to review this code. Perhaps @yisitu can recommend someone on the profiler team to review?
We'd welcome a contribution to implement server-side sampling if someone wants to take this on.
Can you try passing the new `--reload_multifile=true` flag to TensorBoard and see if that addreses the issue? You'll need version 2.0.0 or greater. Without this flag, it's usually a bad...
Can you provide a bit more detail on what you mean by "picking only one event file"? Also, can you provide the exact command you're using to launch TensorBoard and...
Can you be more specific about what you have in mind? Do you mean writing the notes via TensorBoard's UI, or writing them out along with generating the summary data...
Thanks for the report. The `--path_prefix` flag was broken in our 1.12 release, the imminent 1.13.0 release contains https://github.com/tensorflow/tensorboard/pull/1623 which I believe will fix this. You can try this out...
Hmm, thanks for catching this. Maybe we can just omit the leading / for those urls?
Sorry to hear you're having trouble with this. However, we won't really be able to debug these without more detail about the actual graphdef that caused the issue, preferably as...
Thanks for the details @brethvoice. I think it might make the most sense as a UI option that lets the user dynamically select whether to show the latest, max, or...
Can you provide the output of `bazel version` and `java -version`? I'm guessing this is an issue with rules_closure, maybe this one: https://github.com/bazelbuild/rules_closure/issues/275 Since TensorBoard builds today, it's possible this...