oaifaye

Results 3 issues of oaifaye

I compared onnx with PPOCR on CPU and found that using python was 9 times faster than tract. I wonder if this is normal

Hi developer, I may have found a bug in line 25 of onnx/src/ops/resize.rs. The code is as follows: ```rust let mut options = crate::model::optional_inputs(node).skip(2); ``` In onnx, the first parameter...

When I have a Constant in my onnx file, I may not get the value of Constant after loading the model. For example, in the following code, Resize_3 is input...