Hagay Lupesko
Hagay Lupesko
When downloading model archive, it would be nice to see the download progress on console, similar to how PyPi does it on `pip install`
With the release of MXNet 1.2, MXNet now has built-in contrib API for ONNX import (and soon export). This package should be deprecated and pointing folks to MXNet. @spidyDev @anirudhacharya...
Importing the model below to MXNet errors out. Model: [FER+ Emotion Recognition](https://github.com/onnx/models/tree/master/emotion_ferplus) To reproduce: - Install MXNet Model Server `pip install mxnet-model-server` - Download the ONNX model listed above into...