- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
First of all I know there is a docs and I have already read it but it is not quite clear enough so I don't understand whether I can actually safely change inputs to input_ info I don't want to cause a big error to my program when I change it. So can anyone please guide me about this? Thanks
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Albert Anthony,
Thank you for reaching out to us.
For OpenVINO™ 2020.3 and below, user can use ‘inputs’ property of IENetwork class to access DataPtr objects. Starting from OpenVINO™ 2020.4, ‘inputs’ property of IENetwork class is deprecated. However, to access DataPtr, user need to use ‘input_data’ property of InputInfoPtr objects which can be accessed by ‘input_info’ property.
In short, for OpenVINO™ 2020.3 and earlier, ‘inputs’ property is a dictionary that maps input layer names to DataPtr objects. For OpenVINO™ 2020.4 and later, ‘input_info’ property is the dictionary that maps input layer names to InputInfoPtr objects.
Hence, we recommend you use ‘input_info’ property instead of ‘inputs’ property.
Regards,
Wan
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Albert Anthony,
Thank you for reaching out to us.
For OpenVINO™ 2020.3 and below, user can use ‘inputs’ property of IENetwork class to access DataPtr objects. Starting from OpenVINO™ 2020.4, ‘inputs’ property of IENetwork class is deprecated. However, to access DataPtr, user need to use ‘input_data’ property of InputInfoPtr objects which can be accessed by ‘input_info’ property.
In short, for OpenVINO™ 2020.3 and earlier, ‘inputs’ property is a dictionary that maps input layer names to DataPtr objects. For OpenVINO™ 2020.4 and later, ‘input_info’ property is the dictionary that maps input layer names to InputInfoPtr objects.
Hence, we recommend you use ‘input_info’ property instead of ‘inputs’ property.
Regards,
Wan
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Albert Anthony,
Thanks for your question.
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.
Best regards,
Wan
