caffe2_cpp_tutorial icon indicating copy to clipboard operation
caffe2_cpp_tutorial copied to clipboard

distributed training example for c++

Open michael81420 opened this issue 7 years ago • 1 comments

Hi, We have distributed training example for python (resnet50_trainer.py) instead of a C++ version. Do we have a similar example in C++ version, or could someone give a quick idea or hint for the distributed training framework in C++?

Thanks!

michael81420 avatar Jan 30 '18 08:01 michael81420

Hi, there's no such example available in this repo. Caffe2 has most of its training tools in Python, without any underlaying C++ counterpart. If you have some concise example code, I'm happy to add it to this repo.

leovandriel avatar Feb 01 '18 19:02 leovandriel