"operatorTimeConAnalysis":"Operator Time Consumption Analysis",
"avgCost":"Average total consumed time:",
...
...
@@ -318,7 +320,7 @@
"pipelineTopTitle":"Average usage of queues between operators",
"pipelineMiddleTitle":"Queue relationship between operators",
"deviceQueueOp":"Data Transmission",
"deviceQueueOpTip":"Data Transmission Operator",
"deviceQueueOpTip":"Forward and Backward Propagation",
"getNext":"Data Obtaining Operator",
"connectorQuene":"Host Queues",
"getData":"Data Obtaining",
...
...
@@ -339,9 +341,9 @@
"fpbpTimeRatio":"Ratio of time consumed by forward and backward propagation:",
"iterationGapTimeRatio":"Ratio of time consumed by step interval:",
"iterativeTailingTimeRatio":"Ratio of time consumed by step tail:",
"dataProcess":"This shows the data processing. Data is stored in the host queue during data processing, and then stored in the data queue on a chip during data transmission. Finally, the data transmission operator get_next transmits the data to forward propagation.",
"dataProcess":"This shows the data processing. Data is stored in the host queue during data processing, and then stored in the data queue on a chip during data transmission. Finally, the forward and backward propagation get_next transmits the data to forward propagation.",
"dataProcessInfo":"By determining the empty host and data queues, you can preliminarily determine the stage where the performance is abnormal.",
"analysisOne":"1. If the step interval is long and some batches of the data queue on a chip are empty, the performance is abnormal during data processing and transmission. Otherwise, locate the internal problem of the data transmission operator get_next.",
"analysisOne":"1. If the step interval is long and some batches of the data queue on a chip are empty, the performance is abnormal during data processing and transmission. Otherwise, locate the internal problem of the forward and backward propagation get_next.",
"analysisTwo":"2. If the performance is abnormal during data processing and transmission, check the host queue. If the host queue is empty at a high probability, the exception may occur during data transmission.",
"higherAnalysis":"Note: You can perform advanced analysis based on the time consumed by operators.",
"chipInfo":"Ratio of empty data queues on a chip:",