Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Adding MxNet.Sharp package to the ecosystem page (#20162)
Browse files Browse the repository at this point in the history
* Adding MxNet.Sharp ecosystem to the page

* csharp-package for MxNet

* Changing HybridForward, Forward and Call methods signature

* Code refactored

* Delete csharp-package directory

Co-authored-by: Deepak Battini <battindk@unisa.edu.au>
  • Loading branch information
deepakkumar1984 and Deepak Battini committed May 15, 2021
1 parent f533157 commit c9301af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added docs/static_site/src/assets/img/mxnet_sharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/static_site/src/pages/ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@
- title: Multi Model Server
text: Model Server for Apache MXNet (MMS) is a flexible and easy to use tool for serving deep learning models exported from MXNet or the Open Neural Network Exchange (ONNX).
link: https://github.com/awslabs/multi-model-server

- title: MxNet Sharp
text: MxNet Sharp package brings efficient and flexible GPU computing and state-of-art deep learning to .NET. It covers all the Imperative, Symbolic and Gluon interface with API's written closer to Python syntax which makes is easier to port python code easily.
link: https://github.com/deepakkumar1984/MxNet.Sharp
icon: /assets/img/mxnet_sharp.png
---

<!---
Expand Down

0 comments on commit c9301af

Please sign in to comment.