diff --git a/tensorboard/plugins/profile/input_pipeline_analyzer/input-pipeline-analyzer.html b/tensorboard/plugins/profile/input_pipeline_analyzer/input-pipeline-analyzer.html index a55d57408a..448279f04f 100644 --- a/tensorboard/plugins/profile/input_pipeline_analyzer/input-pipeline-analyzer.html +++ b/tensorboard/plugins/profile/input_pipeline_analyzer/input-pipeline-analyzer.html @@ -39,16 +39,6 @@ #summary-host { font-weight: bold; } - .summary-conclusion { - font-weight: bold; - font-style: italic; - color: var(--summary-color, black); - } - .host-conclusion { - font-weight: bold; - font-style: italic; - color: green; - } .highlighted-text { text-decoration: underline; font-weight: bold; @@ -90,23 +80,29 @@ color: #ff33cc; text-decoration: underline; } + #summary_conclusion{ + font-weight:bolder; + font-style:italic; + color: var(--summary-color, green); + } + #summary_nextstep{ + font-weight:bolder; + font-style:italic; + color:green; + } + #recommendation_title{ + font-weight:bolder; + font-style:normal; + color:black; + }
Section 1: Summary of input-pipeline analysis
- The overall performance is - [[_summary_text]] - input-bounded because on average (over all steps) the device has spent - [[_infeed_percent_average]]% of time - (standard deviation = [[_infeed_percent_stddev]]) waiting for input data - [see Section 2 below for details]. -
-- Recommendation for next step: [[_host_conclusion]] -
+[[_summary_conclusion]]
+Recommendation for next step: [[_summary_nextstep]]