This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(mgb): fix dump_with_testcase.py's crash with --output-strip-info when json file does not exist
GitOrigin-RevId:
8f56c43d1e
release-1.1
Megvii Engine Team
4 years ago
parent
8f44d6ea60
commit
38840945ad
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
sdk/load-and-run/dump_with_testcase_mge.py
+ 2
- 1
sdk/load-and-run/dump_with_testcase_mge.py
View File
@@ -475,7 +475,8 @@ def main():
args.output,
output_mgbvars,
append=True,
output_strip_info=args.output_strip_info)
output_strip_info=args.output_strip_info,
append_json=True)
if __name__ == '__main__':
main()
Write
Preview
Loading…
Cancel
Save