This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
fix bug by modify the event load function in explain_parser
tags/v1.1.0
ougongchang
5 years ago
parent
4d74ee35b1
commit
7c2d857513
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