Closed nzw0301 closed 2 years ago
Unfortunately, ONNX does not support python 3.10 yet and including this in dependency will lead to build failure on some enviroments.
Maybe a better way to move import onnx
to deeper location so users do not use onnx profiler will not trigger related issues.
ONNX import has been moved to a deeper location.
When I installed
thop
viapip
, I could not importthop
successfully as follows:Depedencies: