how to use visualDL with caffe
Created by: ujsyehao
I have two problems:
- I can not run C++ SDK demo, I have git clone visualDL and make, then I try to compile c++ sdk example, below is my compile command:
g++ a.cpp --std=c++11 -I /home/yehao/VisualDL -L /home/yehao/VisualDL/visualdl/core.so
But I get errors: Can anyone give me some advice? - How to use visualDL with caffe? Should I modify solver.cpp?