.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
Symbol.GetInternals() and GetChildren() implemented #15
Symbol.GetInternals()
andSymbol.GetChildren()
implemented.These methods are used for transfer learning.
Python implementation is here: https://github.com/apache/incubator-mxnet/blob/1.2.1/python/mxnet/symbol/symbol.py#L646