Hacker News new | ask | show | jobs
by pilooch 2603 days ago
Exactly the reason why my colleagues and myself do all deep learning in C++, performance and portability, from cloud to RPie. We've even modified caffe2 so we could build the training graph from pure C++. We know this is not the current doxa :) It's also all open sourced just in case others might need it...
1 comments

Link? I love C++ and would love to see it.