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...

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...

模型转换正常。 使用github上release mace 0.10.0版本运行模型报错 04-04 08:45:16.157 F/MACE (24745): tensor.h:205 Check failed: index < shape_.size() Conv_2/prelu_alphas:0_mace_identity_transformed: Dim out of range: 1 >= 1 yml内容 library_name: model.ckpt-3076923 target_abis: [arm64-v8a] model_graph_format: file model_data_format:...

Hey , I am a newcomer to deep learning frameworks and I am very confused by some Traceback information. i couldn't convert a model , nor could i build an...

g++ -std=c++11 -g -Wall examples.cc ./mace_lib/lib/linux-x86-64/libmace.a ./mace_lib/mobilenet-v2-cpu/model/host/mobilenet-v2.a -o run -I. -fopenmp -lpthread -lgflags main.cc: In function ‘bool mace::examples::RunModel(const std::vector&, const std::vector&, const std::vector&, const std::vector&)’: main.cc:293:39: error: invalid initialization of...

------------------------ ### System information - Linux Ubuntu 16.04 docker - NDK version r16b: - GCC version: 5.4.0: - MACE version: v0.10.0-103-g8c33468 - Python version: 2.7: - Bazel version: 0.13.1: ###...

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...

A benchmark results of a previous version is available here: ``` model_name device_name soc abi runtime init warmup run_avg tuned mobilenet_v2 polaris sdm845 armeabi-v7a GPU 42.868 11.087 9.908 True mobilenet_v2...

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...

------------------------ ### System information - **Linux Ubuntu 16.04 - **NDK version 16b)**: - **GCC version 5.4.0**: - **MACE version 0.9.0**: - **Python version(2.7)**: - **Bazel version (0.13.0)**: Android.mk引入libmace.a库后,执行ndk-build编译不通过,错误类似 error: undefined...