OpenVINO-Custom-Layers icon indicating copy to clipboard operation
OpenVINO-Custom-Layers copied to clipboard

Tutorial for Using Custom Layers with OpenVINO (Intel Deep Learning Toolkit)

Results 4 OpenVINO-Custom-Layers issues
Sort by recently updated
recently updated
newest added

I'm handling Openvino 2021 and overall mechanism is quite changed from 2019. So I reallly need to get a kind of new example. Can you please provide more recent one?

Hi, first of all, thanks for this tutorial. While following the instructions, I ran into one problem at the very last step when executing the optimization with openvino. ![error](https://user-images.githubusercontent.com/24625384/93479555-bdeb8f80-f8fc-11ea-9d30-8e0f67444026.png) ```...

Hi! Nicely written tutorial for CPU and GPU. I wanted to ask that is there also a tutorial for implementing custom layers for NCS2 or VPU. I there is any...

I want to implement a LSTM layer with peephole in OpenVINO R1, the formula is here: https://www.paddlepaddle.org.cn/documentation/api/zh/0.11.0/v2/config/layer.html#lstmemory I try to use the Model Extension Generator but have no idea to...