forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com>
1.8 KiB
1.8 KiB
Error Occurred When a Created Model Is Deployed as a Service
Symptom
After a model is created, an error occurred when it is deployed as a service.
Possible Causes
When a model is imported using a custom or base image, many service logics are customized. Any error in the logics will result in a Model Deployment or prediction failure.
Solution
- After deploying a service failed, go to the service details page and view deployment logs to identify the failure cause. (Ensure that standard input and output functions are used for code output. Otherwise, the output will not be displayed on the ModelArts console.) Find the code based on the error in the logs to locate the fault.
Parent topic: Model Management