PaddlePaddle / PaddleX

Low-code development tool based on PaddlePaddle(飞桨低代码开发工具)
Apache License 2.0
4.76k stars 936 forks source link

paddlex2.1在ubuntu20.04启动失败 #1950

Open 77bw opened 3 weeks ago

77bw commented 3 weeks ago

Checklist:

  1. 查找历史相关issue寻求解答
  2. 翻阅FAQ常见问题汇总和答疑
  3. 确认bug是否在新版本里还未修复
  4. 如果bug是由PaddleX API 2.0导致,且该bug在develop分支里已修复,参考FAQ Q4替换内置PaddleX API

描述问题

复现

  1. 请提供您出现的报错信息及相关log(log的查找见 FAQ Q2

image 主要报错如下: OSError: (External) CUSOLVER error(7). [Hint: 'CUSOLVER_STATUS_INTERNAL_ERROR'. An internal cuSolver operation failed. This error is usually caused by a cudaMemcpyAsync() failure.To correct: check that the hardware, an appropriate version of the driver, and the cuSolver library are correctly installed. Also, check that the memory passed as a parameter to the routine is not being deallocated prior to the routine’s completion.] (at /paddle/paddle/fluid/platform/device_context.h:418) [operator < gaussian_random > error]

  1. 请提供您使用的GUI版本号 paddlex2.1
  2. 请提供您使用的操作系统信息,如Linux/Windows/MacOS ubuntu20.04.6
  3. 请问您使用的CUDA/cuDNN的版本号是? CUDA Version: 12.4
cuicheng01 commented 3 weeks ago

建议降低CUDA版本试试,比如10.2,2.x版本的CUDA版本支持比较低