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

Fix SymbolBlock.Construct() #9

Closed horker closed 4 years ago

horker commented 4 years ago

Hi,

This is a excellent library to bring the DNN capability to the .NET ecosystem! Thank you for your elaborate work. I have met several of slight mistyping, so I send you a pull request. They seem to make the SymbolBlock constructor and Imports() fail.