NumSharp
NumSharp copied to clipboard
PyObject to NDArray
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