Deploying anomalib model to TorchServe #893
bellenfanttyler
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am in the process of taking a trained PADIM model into production and was wondering if anyone had experience with using the Torch Model Archiver (https://github.com/pytorch/serve/tree/master/model-archiver#creating-a-model-archive) on anomalib models? I am looking for the correct entries for the following command line for a PADIM model (I have the serialized model file, it's the others I'm struggling with):
torch-model-archiver --model-name PADIM_ft --version 1.0 --model-file HELPHERE.py --serialized-file serializedmodel.pth --handler image_classifier --extra-files HELP/HERE/what_files_to_list.json
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions