训练报错信息:
Hint: 'CUBLAS_STATUS_EXECUTION_FAILED'. The GPU program failed to execute. This is often caused by a launch failure of the kernel on the GPU, which can be caused by multiple reasons. To correct: check that the hardware, an appropriate version of the driver, and the cuBLAS library are correctly installed. \] (at ..\\paddle/phi/kernels/funcs/blas/blas_impl.cu.h:41) 解决方案:安装新版库 python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu129/ python -m pip install -U "paddleocr[doc-parser]"