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

Before you open an issue, please make sure you have tried the following steps: 1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement.html). 2. Have you ever read the...

### Describe the problem 我编译mace 使用bash tools/cmake/cmake-build-host.sh 编译出x86linux版本的so,链接后报错未定义,请问这个函数定义在哪个库里?如何解决链接为定义问题 , mace 版本 1.0.4 ![image](https://user-images.githubusercontent.com/79586188/124597171-b9956080-de95-11eb-8a96-8b79baf1b132.png) ![image](https://user-images.githubusercontent.com/79586188/124598599-60c6c780-de97-11eb-98f3-340948eebe92.png) ![image](https://user-images.githubusercontent.com/79586188/124597492-27418c80-de96-11eb-81d5-3b0f9079a39b.png)

hexagon SDK上说secure boot开启的手机上要调用dsp只能通过unsigned PD方式,我看mace也提供了这个函数。但是不知道大佬们有没有用谷歌的tflite,为什么tflite不用开启非签名就可以调用libhexagon_nn_skel.so?我用tflite换上我自己编译nnlib得到.so,就会报signature错误。很奇怪,他们怎么做的?

### System information - **OS Platform and Distribution (Linux Ubuntu Ubuntu 20.04 LTS x86_64)**: - **GCC version(compiling for host, 9.3.0)**: - **MACE version (tag: v1.0.3)**: - **Python version(3.6)**: ### Describe...

#### mace的版本和构建 mace0.12和0.13.0都试过,直接pull镜像然后转模型的 #### 模型和yml 链接:https://pan.baidu.com/s/1KzT0nSQR4ApcWOyyF4HjAA 密码:5hms #### 遇到的问题截图 详情如下图: ![屏幕快照 2020-05-19 下午2.09.50.png](http://ww1.sinaimg.cn/large/b41e0ba9ly1gexqae75j3j21s619c17o.jpg)

Fixes https://github.com/XiaoMi/mace/issues/709.

Before you open an issue, please make sure you have tried the following steps: 1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement.html). 2. Have you ever read the...

Before you open an issue, please make sure you have tried the following steps: 1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement.html). 2. Have you ever read the...

I apologies for posting my question as an issue. I'm trying to run `Qualcomm/Hexagon_SDK/3.4.3/examples/hexagon_nn/tutorials` on Xiaomi Mi9 phone SM8150 (SDM855). Example: `001-nop.c` (using libs/hexagon_nn/2.6) I added `#pragma weak remote_session_control` and...

Currently it's possible to simulate `UpSample` op in CAFFE using a deconvolution layer, but this supports only a bilinear kind of resizing of the image. Instead we can implement a...