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(sdk/load-and-run): fix load-and-run error after adding testcases on gpu
GitOrigin-RevId:
32429d8543
tags/v1.0.0-rc1
Megvii Engine Team
Xinran Xu
4 years ago
parent
bc2dfcbb53
commit
b91bfd59cf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sdk/load-and-run/dump_with_testcase_mge.py
+ 1
- 1
sdk/load-and-run/dump_with_testcase_mge.py
View File
@@ -462,7 +462,7 @@ def main():
for testcase in feeds['testcases']:
assert isinstance(testcase, dict)
cg = mgb.comp_graph()
cn = mgb.comp_node('
x
pux')
cn = mgb.comp_node('
c
pux')
output_mgbvars = []
for name, dtype in inputs:
output_mgbvars.append(
Write
Preview
Loading…
Cancel
Save