I work with caffe and I can run my python code and train network successfully. but I need to draw some plots interactively during trainig so I try to use jupyter notebook and IPython but jupyter cannot import caffe and raise this error:
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
Any suggestion to solve the problem or to live plot without IPython?? Thank you!