-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profile: update demo data to include trace-only run (#1942)
Summary: We make this change because we have a bug in profile plugin that will be triggered if logdir only contains trace data. Test Plan: Remove any old profile demo data, then regenerate the data and launch TensorBoard: ``` $ rm -rf /tmp/profile_demo/ $ bazel run //tensorboard/plugins/profile:profile_demo $ bazel run //tensorboard -- --logdir /tmp/profile_demo ``` Prior to this commit, this would have _appeared_ to work; now, it hangs on the “Processing datasets” screen. Fix to come shortly.
- Loading branch information
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,8 @@ | |
|
||
RUNS = ['foo', 'bar'] | ||
|
||
TRACE_ONLY = ['foo'] | ||
|
||
|
||
TRACES = {} | ||
|
||
|