What Do I Do If cudaCheckError Occurs During Training?
Symptom
The following error occurs when the training code is executed in a notebook:
cudaCheckError() failed : no kernel image is available for execution on the device
Possible Cause
Parameters arch and code in setup.py have not been set to match the GPU compute power.
Solution
For GP Vnt1 GPUs, the GPU computing power is -gencode arch=compute_70,code=[sm_70,compute_70]. Set the compilation parameters in setup.py accordingly.
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot