Difference between revisions of "Thread:Talk:R-Car/Boards/Yocto-Gen3/Installing PyCaffe/reply"

From eLinux.org
Jump to: navigation, search
m
m
 
Line 7: Line 7:
 
you need to build hdf5 boost first<br />
 
you need to build hdf5 boost first<br />
 
and then you can enter into your opencl caffe with compile command<br />
 
and then you can enter into your opencl caffe with compile command<br />
$ make  
+
$ make <br />
$ make pycaffe
+
$ make pycaffe<br />

Latest revision as of 11:44, 30 October 2017

I have finished building with caffe and pycaffe on h3
I refer https://elinux.org/R-Car/Boards/Yocto-Gen3/OpenCL
and add "IMAGE_FEATURES_append = " tools-sdk dev-pkgs " to your local.conf
this line can add g++ compiler to your yocto system
When you finish building kernel ,you can turn on h3 with sd card.
you can git clone opencl-caffe on your home in h3
you need to build hdf5 boost first
and then you can enter into your opencl caffe with compile command
$ make
$ make pycaffe