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.
6573 Discussions

MobileNet support and Group Convolutions

idata
Employee
1,266 Views

Hello, I tried to use MobileNet from here and looks like there is a problem with supporting group convolutions defined below. Could you test it and fix compiler in future release?

 

layer {

 

name: "conv2_1/dw"

 

type: "Convolution"

 

bottom: "conv1"

 

top: "conv2_1/dw"

 

convolution_param {

 

num_output: 32

 

bias_term: false

 

pad: 1

 

kernel_size: 3

 

group: 32

 

stride: 1

 

}

 

}
0 Kudos
2 Replies
idata
Employee
960 Views

The model from here works well

0 Kudos
idata
Employee
960 Views

@csarron , thanks I'll check

0 Kudos
Reply