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.

Subgraph replacement with weights transfer

Sunando_S_Intel
Employee
334 Views

Hi OpenVino Team,

I am trying to replace a subgraph in my caffe model with a custom layer with a particular layer in the original subgraph consists of weights and biases which also need to be moved over to the new custom layer. 

In detail, I am trying a simple network replacement

test_replacement.png

with I want to replace the Concat->Scale->Relu with a Custom layer. I have to get the weights-scale/biases corresponding to the scale layer in the original subgaraph to the new custom layer. I am able to replace the subgraph, but I cannot get the scale/biases from the caffemodel file to the IR.bin file. Can you please help me out with this.

Thanks

Sunando

              

 

 

 

 

0 Kudos
1 Reply
Sunando_S_Intel
Employee
334 Views

Hi,

 

I have been able to re-solve this. So please ignore.

 

Thanks.

0 Kudos
Reply