Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Back propogation

idata
従業員
957件の閲覧回数

Haven't seen anything to suggest the NCS supports this, but just wanted to double check that there's no back prop support in the current API ( 2.05 ), and that any arbitrary layer in the model cannot be read out using updated weights.

 

Many thanks..

0 件の賞賛
2 返答(返信)
idata
従業員
639件の閲覧回数

@Jay The NCS is designed to be used with models that are ready for deployment, therefore there isn't any back propagation or training related support in the NCSDK. If any changes are to be made to the model (layers, weights, etc), it must be done before compiling the model for the NCSDK. Once a model is converted to a Movidius graph file format, changes cannot be made to the model.

idata
従業員
639件の閲覧回数

Thanks @Tome_at_Intel

返信