-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch inference example crashes when loading resnet152 model #2467
Labels
Comments
@mmeendez8 seems the weights need to be updated - #2467 |
As mentioned by @jagadeeshi2i , the weights in the ResNet-152 MAR file had to be updated. The weights in the MAR file had to be changed from Steps to perform successful inference:
Inference Output:
|
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Describe the bug
Tried to run the batch inference example following the documentation.
Error logs
Installation instructions
Used docker
Model Packaing
https://torchserve.pytorch.org/mar_files/resnet-152-batch_v2.mar
config.properties
Versions
Latest docker
Repro instructions
Possible Solution
No response
The text was updated successfully, but these errors were encountered: