OAID / Caffe-HRT

Heterogeneous Run Time version of Caffe. Added heterogeneous capabilities to the Caffe, 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 Caffe architecture which users deploy their applications seamlessly.
Other
269 stars 99 forks source link

how can I use Caffe-HRT on my RK3399 #43

Open SwordAndCode opened 6 years ago

SwordAndCode commented 6 years ago

I tried to compile Caffe-HRT on RK3399 and set Caffe::set_mode(Caffe::GPU), but I feel that caffe can't run. If I use Caffe::set_mode(Caffe::CPU), it works.

SwordAndCode commented 6 years ago

All the compilation steps are carried out according to the official instruction manual, the compilation is not reported, everything is normal.