geeps icon indicating copy to clipboard operation
geeps copied to clipboard

Is there a clear patch showing how to modify Caffe to integrate with GeePS?

Open sswv opened this issue 7 years ago • 1 comments

Hello, I would like to know how to modify Caffe to integrate with GeePS. I viewed the cuihenggang/caffe project and found the cui-start and cui-geeps branches. However, there are many modifications between the two commits, and many of them seem not related to GeePS. Is there a clear patch showing GeePS-related modifications only? Thanks!

sswv avatar Jun 16 '17 02:06 sswv

Hi, sorry for the late reply. I branched out my code from the Caffe codebase quite a while ago, so I am not sure I am still able to make a clean patch. Most of the changes are in the Solver class (solver.cpp). I also extended syncedmem.cpp and made some minor changes to some of the layer classes to make them work with GeePS memory management.

cuihenggang avatar Mar 19 '18 15:03 cuihenggang