Error
cannot import name 'InferenceSession' from 'onnxruntime' (unknown location)
Solution
This error indicates that you have tried to import the InferenceSession class from the onnxruntime package and failed. This is usually because there is no class called InferenceSession in the onnxruntime package, or the version of onnxruntime you installed does not include this class.