mace icon indicating copy to clipboard operation
mace copied to clipboard

MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.

Results 65 mace issues
Sort by recently updated
recently updated
newest added

### Describe the problem I was wondering about how MACE handles CPU GPU data transfer for neural networks. I have a very old GPU (Adreno 306 - OpenCL 1.1 supports)...

Just one question for confirmation: Seems the NPU in SDM8150 is not supported, right?

Traceback (most recent call last): File "", line 42, in script, filename = argv ValueError: need more than 1 value to unpack I've been having this issue in my code,...

I have downloaded the latest docker image. I can't find the model benchmark results. model = resnet50-v2 command for benchmark `python tools/converter.py run --config=mace-models/resnet-v2-50/resnet-v2-50.yml --benchmark --debug_mode --report` ```` CMD> bazel...

Getting the following error when trying to run mobilenet-v2 on GPU. **commands:** ``` python tools/converter.py convert --config=mace-models/mobilenet-v2/mobilenet-v2-host.yml python tools/converter.py run --config=mace-models/mobilenet-v2/mobilenet-v2-host.yml ``` **mobilenet-v2-host.yml:** ``` library_name: mobilenet-v2-host target_abis: [host] model_graph_format: file...

benchmark 没有c++接口吗 跑模型报错 ``` I /mace_other/mace/mace/libmace/mace.cc:503] Initializing MaceEngine F /mace_other/mace/mace/core/operator.h:189] Check failed: idx < inputs_.size() F /mace_other/mace/mace/core/operator.h:189] backtrace: F /mace_other/mace/mace/core/operator.h:189] pc 0x7806499418 F /mace_other/mace/mace/core/operator.h:189] pc 0x780649bfd8 F /mace_other/mace/mace/core/operator.h:189] pc 0x780649bf84...

when i use command `git clone --recursive mace` it just ok. but when i `git clone mace` then run `git submodule update --init --recursive`, `qnn` error comes out. ![{3115aac5-7e2d-4e20-ad8e-93b86c719ec6}](https://user-images.githubusercontent.com/18233018/131787772-d6d8810d-f1ff-4c0d-8294-48df3da327e1.png)

Hi, I test mace_cc_benchmark over Xiaomi11 ultra phone which is rooted. It is built with the command: bash tools/cmake/cmake-build-arm64-v8a.sh with android ndk:android-ndk-r21e But it reported follow error when I try...