提交 0308cbff 编写于 作者: Y yejianwu

fix import error

上级 708c90ed
......@@ -31,9 +31,8 @@ try:
from binary_codegen import tuning_param_codegen
from generate_data import generate_input_data
from validate import validate
except Exception:
print("Error: import error.")
print("Does the script run at the root dir of mace project?")
except Exception as e:
print("Import error:\n%s" % e)
exit(1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册