You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a project for my thesis.
I should bring a coffee network in android.
Is it possible to use CK to import a custom layer written in C ++?
I ran the coffee network in matlab and it works fine.
Thanks for your help.
F.
The text was updated successfully, but these errors were encountered:
eaangi
changed the title
Custom Layer Caffe
Port Caffe Net with a custom layer in Android
Jun 29, 2019
eaangi
changed the title
Port Caffe Net with a custom layer in Android
Porting of a Caffe Net with a custom layer in Android
Jun 29, 2019
Hi @eaangi , thank you for your interest in CK-Caffe!
CK is not magic. But it can indeed help you cross-compile Caffe to run on Android. However, we haven't tried it for a long time. I'd suggest to install a stable version of Caffe first:
$ ck install package ck-caffe:package:lib-caffe-bvlc-master-cpu-universal-20171013 --target_os=android21-arm64
If it still works, you can try to create your own fork of Caffe (from the OpenCL branch at that moment in time). with your changes to support the custom layer and build that. We can help you to redirect the PACKAGE_URL to your fork.
I'm creating a project for my thesis.
I should bring a coffee network in android.
Is it possible to use CK to import a custom layer written in C ++?
I ran the coffee network in matlab and it works fine.
Thanks for your help.
F.
The text was updated successfully, but these errors were encountered: