caffe2_cpp_tutorial
caffe2_cpp_tutorial copied to clipboard
distributed training example for c++
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!
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.