This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!900
fix wrong spelling which cause explainer can not load data
From:
@ouwenchang
Reviewed-by: @wangyue01,@yuximiao Signed-off-by:
@wangyue01
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
4d74ee35b1
7c2d857513
commit
521a18feb8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/explainer/manager/explain_parser.py
+ 1
- 1
mindinsight/explainer/manager/explain_parser.py
View File
@@ -85,7 +85,7 @@ class ExplainParser(_SummaryParser):
while True:
start_offset = self._summary_file_handler.offset
try:
event_str = self.
_
event_load(self._summary_file_handler)
event_str = self.event_load(self._summary_file_handler)
if event_str is None:
self._summary_file_handler.reset_offset(start_offset)
is_end = True
Write
Preview
Loading…
Cancel
Save