deepakkumar1984 / MxNet.Sharp

.NET Standard bindings for Apache MxNet with Imperative, Symbolic and Gluon Interface for developing, training and deploying Machine Learning models in C#. https://mxnet.tech-quantum.com/
Apache License 2.0
149 stars 8 forks source link

Add ability to load NDArrayDict from memory #30

Closed tk4218 closed 4 years ago

tk4218 commented 4 years ago

Added ability to load an NDArrayDict from memory as mentioned in #6.

Uses native method MXNDArrayLoadFromBuffer to load the dictionary of NDArrays from content in memory.

Added LoadFromBuffer() to NDArrayDict class instead of NDArray class to avoid confusion with NDArray's LoadFromBuffer().

deepakkumar1984 commented 4 years ago

Thanks mate for your contribution. 👍