OpenVINO-Custom-Layers
OpenVINO-Custom-Layers copied to clipboard
Tutorial for Using Custom Layers with OpenVINO (Intel Deep Learning Toolkit)
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.  ```...
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...