chineseocr_lite
chineseocr_lite copied to clipboard
NotImplementedError 运行后出现如下报错,不知道是什么原因
运行后出现如下报错,不知道是什么原因
2021-11-17 20:10:41.0305976 [W:onnxruntime:, graph.cc:3391 onnxruntime::Graph::CleanUnusedInitializers] Removing initializer '88'. It is not used by any node and should be removed from the model.
2021-11-17 20:10:41.0306080 [W:onnxruntime:, graph.cc:3391 onnxruntime::Graph::CleanUnusedInitializers] Removing initializer '94'. It is not used by any node and should be removed from the model.
Traceback (most recent call last):
File "E:/pythonProjects/chineseocr_lite-onnx/backend/main.py", line 43, in
Process finished with exit code 1
我解决了,,是python版本问题,必须python3.6 和64位
FYI: https://github.com/tornadoweb/tornado/issues/2804
临时Workaround: https://github.com/tornadoweb/tornado/issues/2804#issuecomment-611628263