intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

[IE-MYRIAD] Support TopK for deeplab models #1272

Open Christywl opened 4 years ago

mingmingtasd commented 4 years ago

Resize_Blinear has been supported now, refer to openvino supported layers here, and nGraph use Interpolate to replace it. But vpu can't support TopK now which is used to replace Argmax, so deeplab_v3 models still can't run on vpu now.