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 examples\ImageClassification\AlexGluon.cs for better results #24

Closed horker closed 4 years ago

horker commented 4 years ago

This PR will fix preprocessing code of AlexGluon.cs according to the mxnet tutorial page.

The current code works, but I hope this PR will produce better results.

deepakkumar1984 commented 4 years ago

Let me know if you would like to make a release, I will include your name as contributor.

horker commented 4 years ago

Quite a few issues were fixed and the ResNet models now work, so it may be nice timing for a new release, I think. Thanks, I'll be glad to see my name in a release note.

deepakkumar1984 commented 4 years ago

Thanks for your support, I will release by tomorrow with your name published

On Fri, 11 Sep 2020 at 3:51 am, horker notifications@github.com wrote:

Quite a few issues were fixed and the ResNet models now work, so it may be nice timing for a new release, I think.

Thanks, I'll be glad to see my name in a release note.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/tech-quantum/MxNet.Sharp/pull/24#issuecomment-690598670, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQJAKJ22KPQGHVY6UKQL3DSFEKK5ANCNFSM4REZ2S4Q .

-- Regards, Deepak

deepakkumar1984 commented 4 years ago

Just made a release and mentioned you in both nuget and github release.

Thanks again for your effort.

Regards, Deepak

On Fri, Sep 11, 2020 at 12:44 PM Deepak Battini deepakkumar1984@gmail.com wrote:

Thanks for your support, I will release by tomorrow with your name published

On Fri, 11 Sep 2020 at 3:51 am, horker notifications@github.com wrote:

Quite a few issues were fixed and the ResNet models now work, so it may be nice timing for a new release, I think.

Thanks, I'll be glad to see my name in a release note.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/tech-quantum/MxNet.Sharp/pull/24#issuecomment-690598670, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQJAKJ22KPQGHVY6UKQL3DSFEKK5ANCNFSM4REZ2S4Q .

-- Regards, Deepak

-- Regards, Deepak

horker commented 4 years ago

Congratulations for a new release! I have engaged this project because I'm using it for myself. I'm very excited to work on deep learning on the .NET platform. Thank you for wonderful software.