I “import caffe” from ipython, but I got “RuntimeWarning”. How to resolve it?
I have read the article "Ubuntu Installation --Guide for Ubuntu 14.04 with a 64 bit processor." from Github website ( https://github.com/tiangolo/caffe/blob/ubuntu-tutorial-b/docs/install_apt2.md ). And now, I open IPython to test that PyCaffe is working. I input "ipython" command, and enter to the ipython page. Then, I input the command "import caffe", but I got below warnings: /root/code/caffe-master/python/caffe/pycaffe.py:13:RuntimeWarning: to-Python converter for boost::shared_ptr > already registered; second conversion method ignored. from ._caffe import Net, SGDSolver, NesterovSolver,