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
commit
f1dd86799b
1 changed files with 1 additions and 1 deletions
  1. +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 megbrain as mgb
import megengine._internal as mgb
import megengine as mge

logger = mge.get_logger(__name__)


Loading…
Cancel
Save