jolibrain / deepdetect

Deep Learning API and Server in C++14 support for PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE
https://www.deepdetect.com/
Other
2.52k stars 561 forks source link

Caffe2 support? #291

Open alice-smith opened 7 years ago

alice-smith commented 7 years ago

Now that Caffe2 has been released, are there any plans to integrate that with DD?

beniz commented 7 years ago

Absolutely, and for some time now :) We're still reviewing Caffe2's C++ API.

beniz commented 7 years ago

Use C++ caffe2 unofficial tutorial with some examples, https://github.com/leonardvandriel/caffe2_cpp_tutorial

beniz commented 6 years ago

See #424