caffe2_cpp_tutorial icon indicating copy to clipboard operation
caffe2_cpp_tutorial copied to clipboard

C++ transcripts of the Caffe2 Python tutorials and other C++ example code

Results 37 caffe2_cpp_tutorial issues
Sort by recently updated
recently updated
newest added

out of time.no one

Is there an example that incorporates Pytorch and caffe2 calls the GPU?This Repo is too old.

Hi I have some issues during my installation of external packages data. Here are the errors: `-- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is...

Hi, I am receiving this error while trying to run make : ``` make[1]: Entering directory '/home/shahruk/caffe2_cpp_tutorial/build' make[2]: Entering directory '/home/shahruk/caffe2_cpp_tutorial/build' make[3]: Entering directory '/home/shahruk/caffe2_cpp_tutorial/build' make[3]: Leaving directory '/home/shahruk/caffe2_cpp_tutorial/build' make[3]:...

first i mkdir build in folder of caffe2_cpp_tutorial/ and cd build anddo cmake .. finally i got error message , ../caffe2: warning: directory does not exist. CMake Error at CMakeLists.txt:36...

Caffe2 C++ API is undergoing changes since we are currently working on merging the caffe2 and pytorch backend. There might be breaking changes, but most of them should be easy...

In [pretrained.cc](https://github.com/leonardvandriel/caffe2_cpp_tutorial/blob/master/src/caffe2/binaries/pretrained.cc), is it possible to obtain the bounding boxes and not just the matching scores? Or is this functionality normally implemented already on the top of the Caffe2?

Hi, I used python script to save the model into .pb file where the tensors and model were in CUDA. But when I try to run the model using pretrained.cc...

I found that many operators that are already implemented in other DL framework pytorch, caffe...but dont know how to transfer the code into caffe2. for example, i need to use...

I got the following error when running the makefile. [ 1%] Building CXX object CMakeFiles/caffe2_cpp.dir/src/caffe2/util/net_serial.cc.o In file included from /home/luyang/Documents/caffe2_cpp_tutorial-master/src/caffe2/util/net_serial.cc:1:0: /home/luyang/Documents/caffe2_cpp_tutorial-master/include/caffe2/util/net.h:4:34: fatal error: caffe2/core/operator.h: No such file or directory compilation...