You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fast4break We are tracking the issue in DLR repo: neo-ai/neo-ai-dlr#24 . We are able to produce an error(not exactly similar as yours), will update in the issue with further results. Do you mind me resolving this one and track there? Thanks.
Please fill out the form below.
System Information
Describe the problem
Following the steps in https://docs.aws.amazon.com/sagemaker/latest/dg/neo-job-compilation-cli.html to convert a MXNET resnet50 model to one for Raspberry pi 3B. All steps passsed except the final rasp3pi model can not predict a meaningful result.
Original mnxet model: http://data.dmlc.ml/models/imagenet/resnet/50-layers/
Compilation scripts and testing code: https://aws.amazon.com/blogs/aws/amazon-sagemaker-neo-train-your-machine-learning-models-once-run-them-anywhere/
Testing image: /dlr-1.0-py2-armv7l/tests/dog.npy
[IF use resnet50 model under /dlr-1.0-py2-armv7l/models, the result is good.]
Minimal repro / logs
The testing code output following log:
(1, 3, 224, 224)
/usr/local/lib/python2.7/dist-packages/numpy/core/_methods.py:26: RuntimeWarning: invalid value encountered in reduce
return umr_maximum(a, axis, None, out, keepdims)
Inference result: "tench, Tinca tinca" with probability nan.
follow steps in
https://docs.aws.amazon.com/sagemaker/latest/dg/neo-job-compilation-cli.html
with models in http://data.dmlc.ml/models/imagenet/resnet/
The text was updated successfully, but these errors were encountered: