提交 0ef5ee0d 编写于 作者: 刘琦

Merge branch 'fix_import_error_log' into 'master'

fix import error

See merge request !442
......@@ -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.
先完成此消息的编辑!
想要评论请 注册