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.

quantize Unet model under openVino NNCF

timosy
New Contributor I
656 Views

I wonder if I can quantize a U-net model under openVino NNCF framework.

I prepared and trained a symple model of U-net. Is it possible to quantize teh U-net w. NNCF. Are there any person who tried it? I'd like to know whether a class such as "BatchNorm2d, Conv2D, Down, Up,  DoubleConvBNReLU " are available or not . 

 

 

Labels (3)
0 Kudos
1 Solution
Peh_Intel
Moderator
619 Views

Hi timosy,

 

You can refer to the Semantic segmentation sample for the demonstration Deep Learning model compression capabilities for semantic segmentation problem.

 

As long as your UNet model is implemented as close as possible to the original papers, then it should be able to be quantized.

 

 

Regards,

Peh

 

View solution in original post

0 Kudos
2 Replies
Peh_Intel
Moderator
620 Views

Hi timosy,

 

You can refer to the Semantic segmentation sample for the demonstration Deep Learning model compression capabilities for semantic segmentation problem.

 

As long as your UNet model is implemented as close as possible to the original papers, then it should be able to be quantized.

 

 

Regards,

Peh

 

0 Kudos
Peh_Intel
Moderator
582 Views

Hi timosy,


This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question. 



Regards,

Peh


0 Kudos
Reply