.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 error checking to Operator.Invoke() and CachedOp.Call() #23
Add error checking to Operator.Invoke() and CachedOp.Call().
Error checking is necessary because these methods can raise errors by improper calls by users. (for example, addition of two NDArrays with different shapes)
Add error checking to Operator.Invoke() and CachedOp.Call().
Error checking is necessary because these methods can raise errors by improper calls by users. (for example, addition of two NDArrays with different shapes)