- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for bringing this to our notice, that helps to make OpenVINO a better Intel software product.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for bringing this to our notice, that helps to make OpenVINO a better Intel software product.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page