Skip to content

Commit

Permalink
Added a tutorial for serving ONNX model with MXNet Model Server
Browse files Browse the repository at this point in the history
  • Loading branch information
lupesko committed May 5, 2018
1 parent bed3a2c commit 9f4bed8
Show file tree
Hide file tree
Showing 3 changed files with 1,467 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.ipynb_checkpoints
/tutorials/output/*
/tutorials/output/*/
.DS_Store
.idea/
!/tutorials/output/README.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* [Converting SuperResolution model from PyTorch to Caffe2 and deploying on mobile device](tutorials/PytorchCaffe2SuperResolution.ipynb)
* [Transferring SqueezeNet from PyTorch to Caffe2 and to Android app](tutorials/PytorchCaffe2MobileSqueezeNet.ipynb)
* [Serving PyTorch Models on AWS Lambda with Caffe2 & ONNX](https://machinelearnings.co/serving-pytorch-models-on-aws-lambda-with-caffe2-onnx-7b096806cfac)
* [Serving ONNX models with MXNet Model Server](tutorials/ONNXMXNetServer.ipynb)

## ONNX tools

Expand Down

0 comments on commit 9f4bed8

Please sign in to comment.