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.

Latest docs typo in Python API reshape()

Jiang__Lele
Beginner
684 Views

In latest 2020.02 Python API references, reshape() usage example has a cirtical typo:

Original:

net.reshape({input_layer: (n, c, h*2, w*2)}]

Supposed to:

net.reshape({input_layer: (n, c, h*2, w*2)})

Best regard,

Thanks

0 Kudos
1 Solution
JAIVIN_J_Intel
Employee
684 Views

Thank you for bringing this to our notice, that helps to make OpenVINO a better Intel software product.

View solution in original post

0 Kudos
1 Reply
JAIVIN_J_Intel
Employee
685 Views

Thank you for bringing this to our notice, that helps to make OpenVINO a better Intel software product.

0 Kudos
Reply