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(load_and_run): fix dump_with_testcase_mge.py with import megbrain
GitOrigin-RevId:
5c1992fb37
tags/v0.5.0
Megvii Engine Team
Xu Xinran
5 years ago
parent
be205727bc
commit
f1dd86799b
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
@@ -14,7 +14,7 @@ import struct
import cv2
import numpy as np
import meg
brain
as mgb
import meg
engine._internal
as mgb
import megengine as mge
logger = mge.get_logger(__name__)
Write
Preview
Loading…
Cancel
Save