PaddleUtils icon indicating copy to clipboard operation
PaddleUtils copied to clipboard

Some tools to operate PaddlePaddle model

Results 4 PaddleUtils issues
Sort by recently updated
recently updated
newest added

paddlepaddle2.5版本paddle.fluid了,超过2.5版本会报错

![2022-11-09 15-46-48 的屏幕截图](https://user-images.githubusercontent.com/53466780/200772925-3ed9d260-bff1-47d8-981a-7785e7579803.png) 按照您给的方法指定输入输出尺寸,其中:只有输入尺寸和box的output尺寸被指定了,cls的output尺寸依旧没有指定

the model of ppocr_rec.onnx is covert from https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar I run the following cmd: python PaddleUtils/onnx/onnx_infer_shape.py --input ppocr_rec.onnx --output new_model.onnx ======= [[-1, 120], [-1]] p2o.Concat.0 0 Traceback (most recent call last):...

用了paddle_infer_shape.py进行优化后输出为unk__6(很奇怪,这里不能导出为1嘛?) ![image](https://user-images.githubusercontent.com/110003144/197470553-e1e6dd06-49b6-44d7-94ab-3342145bb8e5.png)