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 ResNet models #16

Closed horker closed 4 years ago

horker commented 4 years ago

Fix several mistakes in the ResNet models.

By this fix, we can execute ResNet models and get results without any errors. Unfortunately their results are still incorrect and we need more investigations.

deepakkumar1984 commented 4 years ago

Thanks. good work!!!