This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2: Pytorch network implementation on TDA2x/4x

Part Number: TDA2

I am going to implement deep learning network ESPNet on TDA2x and TDA4x(in future).

ESPNet source was implemented in Pytorch framework.

I found there are Caffe/Tensorflow contents in TIDL document.

I have two questions.

1. how to use pytorch outputs in TIDL.

   Should I export pytorch outputs in ONNX format and import it to Tensoflow or Caffe, after then follow the TIDL guid?

   Is there any related documents?

2. If some core operations are not supported in TIDL because of TIDL limitations, Should I implement it by myself?

       ex)Convolution Dialition 1,2,4 only tested / Deconvolution only supported stride value is 2 / ...

    Then where should I start?

Thanks.