Question
Plugin development using external library
Hi, I'm trying to develop an AE plugin which has dependancy on external library.
The external library I'm try to use is pytorch, deep learning framework.
Pytorch is basically based on python, but they provides C++ API (https://pytorch.org/cppdocs/).
Is it possible to develop an AE plugin using this external library?
Or is there any restrictions for using external library from AE plugin?
Thank you in advance.
