Error "DL.0105" Occurred During Real-Time Inference
Symptom
Error "DL.0105" occurred during real-time inference. Error log: "TypeError: 'float' object is not subscriptable".
Possible Causes
According to the error logs, a float data record is accessed as an object subscript.
Solution
Change x[0][i] in the model inference code to x[i] and deploy the real-time inference service again.
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot