harshitshrma opened a new issue #19597:
URL: https://github.com/apache/incubator-mxnet/issues/19597
Hi all,
I am trying to load vgg16 pre-trained model I download from the mxnet
website:
http://data.mxnet.io/models/imagenet/vgg/vgg16-0000.params
http://data.mxnet.io/models/imagenet/vgg/vgg16-symbol.json
However, I keep getting the following error at line **(symbol, argParams,
auxParams) = mx.model.load_checkpoint('vgg16', 0):**
mxnet.base.MXNetError: MXNetError: Failed loading Op prob of type
SoftmaxOutput: [20:27:58] /home/user/mxnet/3rdparty/tvm/nnvm/src/core/op.cc:73:
Check failed: op != nullptr: Operator SoftmaxOutput is not registered**
Can someone help me fix this issue?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]