- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I updated my OpenVINO version to 2021.4 from 2020.3
There is an issue when run the script,
unsupported_layers = [l for l in self.network.layers.keys() if l not in supported_layers]
AttributeError: 'openvino.inference_engine.ie_api.IENetwork' object has no attribute 'layers'
Could you provide an alternative solutions for this?
Thanks
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi NisalJ,
Thanks for reaching out to us.
ie_api.IENetwork.layers is deprecated starting from OpenVINO™ toolkit 2021.2.
Use get_ordered_ops() methods from nGraph Python API to get a topologically sorted list of its graph nodes.
You may refer to this article for more information.
Regards,
Wan
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi NisalJ,
Thanks for your question. This thread will no longer be monitored since we have provided information. If you need any additional information from Intel, please submit a new question.
Best regards,
Wan
