Help Center/
ModelArts/
Troubleshooting/
Training Jobs/
Service Code Issues/
Training Job Failed Because the Maximum Recursion Depth Is Exceeded
Updated on 2022-12-08 GMT+08:00
Training Job Failed Because the Maximum Recursion Depth Is Exceeded
Symptom
An error occurs for a ModelArts training job.
RuntimeError: maximum recursion depth exceeded in __instancecheck__
Possible Causes
The training failed because the recursion depth exceeded the default recursion depth of Python.
Solution
If the maximum recursion depth is exceeded, increase the recursion depth in the boot file as follows:
import sys sys.setrecursionlimit(1000000)
Parent topic: Service Code Issues
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot