PaddleDetection icon indicating copy to clipboard operation
PaddleDetection copied to clipboard

paddle2.4.0安装

Open 827346462 opened this issue 2 years ago • 1 comments

问题确认 Search before asking

  • [X] 我已经查询历史issue,没有发现相似的bug。I have searched the issues and found no similar bug report.

Bug组件 Bug Component

Installation

Bug描述 Describe the Bug

import paddle paddle.utils.run_check() Running verify PaddlePaddle program ... W0621 10:45:37.903163 9482 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 11.6, Runtime API Version: 11.6 W0621 10:45:37.906893 9482 gpu_resources.cc:91] device: 0, cuDNN Version: 8.4. Traceback (most recent call last): File "", line 1, in File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/utils/install_check.py", line 269, in run_check _run_static_single(use_cuda, use_xpu, use_npu) File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/utils/install_check.py", line 174, in _run_static_single exe.run(train_prog, File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/fluid/executor.py", line 1463, in run six.reraise(*sys.exc_info()) File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/six.py", line 719, in reraise raise value File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/fluid/executor.py", line 1450, in run res = self._run_impl(program=program, File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/fluid/executor.py", line 1661, in _run_impl return new_exe.run(scope, list(feed.keys()), fetch_list, File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/fluid/executor.py", line 631, in run tensors = self._new_exe.run(scope, feed_names, OSError: In user code:

File "<stdin>", line 1, in <module>
  
File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/utils/install_check.py", line 269, in run_check
  _run_static_single(use_cuda, use_xpu, use_npu)
File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/utils/install_check.py", line 159, in _run_static_single
  input, out, weight = _simple_network()
File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/utils/install_check.py", line 38, in _simple_network
  linear_out = paddle.nn.functional.linear(x=input, weight=weight, bias=bias)
File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/nn/functional/common.py", line 1911, in linear
  helper.append_op(
File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/fluid/layer_helper.py", line 45, in append_op
  return self.main_program.current_block().append_op(*args, **kwargs)
File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/fluid/framework.py", line 4040, in append_op
  op = Operator(
File "/home/sevnce/anaconda3/envs/paddle_env/lib/python3.8/site-packages/paddle/fluid/framework.py", line 2879, in __init__
  for frame in traceback.extract_stack():

ExternalError: CUBLAS error(1). 
  [Hint: Please search for the error code(1) on website (https://docs.nvidia.com/cuda/cublas/index.html#cublasstatus_t) to get Nvidia's official solution and advice about CUBLAS Error.] (at /paddle/paddle/phi/backends/gpu/gpu_resources.cc:156)
  [operator < matmul_v2 > error]

复现环境 Environment

os:ubuntu 18.04 nvidia:RT3090 CUDA:11.6 Driver Version: 510.47.03 paddlepaddle-gpu:2.4.2.post116 paddledet:2.4.0

Bug描述确认 Bug description confirmation

  • [X] 我确认已经提供了Bug复现步骤、代码改动说明、以及环境信息,确认问题是可以复现的。I confirm that the bug replication steps, code change instructions, and environment information have been provided, and the problem can be reproduced.

是否愿意提交PR? Are you willing to submit a PR?

  • [X] 我愿意提交PR!I'd like to help by submitting a PR!

827346462 avatar Jun 21 '23 02:06 827346462

请使用最新的paddle和paddledet尝试下

lyuwenyu avatar Feb 28 '24 06:02 lyuwenyu