Heterogeneous Run Time version of MXNet. Added heterogeneous capabilities to the MXNet, uses heterogeneous computing infrastructure framework to speed up Deep Learning on Arm-based heterogeneous embedded platform. It also retains all the features of the original MXNet architecture which users deploy their applications seamlessly.
Apache License 2.0
72
stars
30
forks
source link
How to make MXNet-HRT support higher version mxnet? such as mxnet 1.0 or 1.1? #7
when i was testin insightface project(a mxnet deep network),i got these errors: firefly@firefly:~/zzp/insightface/deploy$ python test.py loading ../models/model-r34-amf/model 0 [02:10:23] /home/firefly/MXNet-HRT/dmlc-core/include/dmlc/./logging.h:304: [02:1 0:23] /home/firefly/MXNet-HRT/nnvm/dmlc-core/include/dmlc/././json.h:838: JSONRe ader: Unknown field attrs, candidates are: "attr" "backward_source_id" "control_deps" "inputs" "name" "op" "param"
**I guess it's because the mxnet version too low
how can i make the MXNet-HRT to support mxnet of hihger versions?**