hpi-xnor / BMXNet

(New version is out: https://github.com/hpi-xnor/BMXNet-v2) BMXNet: An Open-Source Binary Neural Network Implementation Based on MXNet
Apache License 2.0
349 stars 95 forks source link

Any pre-built dynamic library or executable file for andriod? #55

Closed blueardour closed 4 years ago

blueardour commented 5 years ago

Hi, Dear HPI team,

Thanks for the wonderful project. I'm conducting some network binrarization research and want to compare the speed of binray network versus its FP32 counterpart on cellphone. This repository might provide a convienent framework for testing. However, it is a long way to build the OpenBlas and the amalgamation module for ARM platforms. I've tried so for a long time but ony got a lot of errors. I wonder if you have already compiled some library to run on Android platform. For example, the jni_libmxnet_predict.so mentioned in the project, by which I could call for speedup testing.

Thanks very much.

blueardour commented 5 years ago

Hi, I've successfully built the OpenBlas, however the amalgamation submodule seemed not to be built.

A lot of header files were not found...

Jopyth commented 4 years ago

Closing this, since we only support the new version from now on: https://github.com/hpi-xnor/BMXNet-v2