PaddlePaddle / FastDeploy

⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support.
https://www.paddlepaddle.org.cn/fastdeploy
Apache License 2.0
3.03k stars 466 forks source link

paddle2onnx/onnx_reader.cc doesn't support dtype of bool #2165

Open easerene opened 1 year ago

easerene commented 1 year ago

Environment

FastDeploy version: the latest code in develop branch OS Platform: e.g. Linux x64 Hardware: e.g. Nvidia GPU 3080Ti CUDA 11.1 CUDNN 8.3 Program Language: c++

Problem description

I have an onnx model that have inputs/outputs of boolean type, but it can't been read by fastdeploy, how can i do to use fastdeploy to handle it? Thanks.

rainyfly commented 10 months ago

已收到反馈,可能需要改有关源码才能够支持