waterdropw

Results 8 comments of waterdropw

"includeARM64.inc" is missed too

「based on explanation by @fbarchard」 @ngzhian I cannot find this, did you mean the commits message by Frank? Thanks~ btw: xnnpack‘s doc is so weak :-(

It's a bad news! Does it's possible to build xnnpack wasm library with bazel, and then integrate it to another cmake wasm project? @Maratyszcza

报错的都是内联汇编代码,目前只有A64的,A32/v7的汇编基本上需要重新实现,不确定官方还会不会支持,一些IoT设备的优化会用到吧。

If not, how could I export onnx model with 224x224 or other size which is different from the pretrained 960x960?

> if I understand correctly, you want the model to not use dynamic axes and statically exported to 224x224 ? @IlyasMoutawwakil Yes, I want to deploy the model on an...

> I guess I see what's happening here, so `--no-dynamic-axes` feature was added to allow users to export static models, and the input shapes were added to to allow users...