SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.37k stars 192 forks source link

PyObject to NDArray #411

Open aaronavi opened 4 years ago

aaronavi commented 4 years ago

Hi I have a PyObject which is of a PyDict type, It contains an NDArray, i need to convert it to actual NDArray.

How can i do that?

Thanks