huawei-noah / bolt

Bolt is a deep learning library with high performance and heterogeneous flexibility.
https://huawei-noah.github.io/bolt/
MIT License
918 stars 160 forks source link

[ERROR] thread 0 file C:\Users\Blank\Desktop\bolt-master\model_tools\src\onnx\onnx_adaptee.h line 264 operator name:Less_8 type:Less not supported. #84

Closed tcwangbuaa closed 2 years ago

tcwangbuaa commented 2 years ago

When I was trying to convert an onnx model of ReActNet to a bolt model, such an error occurred, how can I fix it?

yuxianzhi commented 2 years ago

please clone this code and follow this https://github.com/liuzechun/ReActNet/pull/13.

this will simplify onnx graph.

tcwangbuaa commented 2 years ago

Thanks, the problem has been solved!