Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

@sjhalayka, If the question is about training deep learning networks in OpenCV, you may find several threads with similar discussions. In example, https://github.com/opencv/opencv/issues/11023. In short words, we already have a lot of training frameworks. Some of them support distributed training. However still there are challenges how to make deep learning networks run fast in limited resources and OpenCV tries to solve this problem at first. As reducing top hardware requirements (https://github.com/opencv/opencv/pull/11461) as improving an efficiency using different computational backends and devices (https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend).