Using Caffe2 C++ framework in 2019

Does anyone care to explain how to use the Caffe2 C++ framework today? Does it come with pytorch now since they are merged? I am trying to build a simple project in Visual Studio 2019 using Caffe2 in Windows 10.

Quite likely, you are on your own there:

Libtorch is rapidly approaching feature parity with PyTorch for the “beyond Tensor and Autograd bits”, too.

Best regards

Thomas

It comes with PyTorch so if you download and install pytorch you will also be installing caffe2 c++ api. From there you just include the header files for caffe2. I am currently using Caffe2 c++ api on linux.

Check this link out GitHub - rilesdg3/caffe2_cpp_tutorial: C++ transcripts of the Caffe2 Python tutorials and other C++ example code