提交 585c42ea 编写于 作者: Q qiaolongfei

fix graph problem

上级 4b8d06d3
...@@ -458,7 +458,7 @@ def load_model(model_pb_path): ...@@ -458,7 +458,7 @@ def load_model(model_pb_path):
# debug_print(model_json) # debug_print(model_json)
options = transform_for_echars(model_json) options = transform_for_echars(model_json)
# debug_print(options) # debug_print(options)
return json.dumps(options, sort_keys=True, indent=4, separators=(',', ': ')) return options
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册