[Hint: CUDNN_STATUS_NOT_SUPPORTED] at (/paddle/paddle/fluid/platform/cudnn_desc.h:155) [operator < conv2d > error] batch_size=1的时候能正常运行,batch_size=8的时候会有显存不足的报错,所以batch_size=16正常来说应该报显存不足的。。不知道为啥报这个错,麻烦帮忙看下吧~ ...
OSError: (External) CUDNN error(9), CUDNN_STATUS_NOT_SUPPORTED. [Hint: Please search for the error code(9) on website (https://docs.nvidia.com/deeplearning/cudnn/api/index.html#cudnnStatus_t) to get Nvidia's official solution and advice about CUDNN Error.] (at ../paddle/fluid/pl...
CUDA 10.0 , CUDNN 7.6.5 4)系统环境:LENOVO T530、WIN10 PRO 64BIT, Python 3.7.6 安装方式信息: pip安装 python -m pip install paddlepaddle-gpu 已经将cudnn的库拷贝到了对应的目录下。 PATH正常 我有2个图像卡,这个有影响吗? PaddlePaddle-Gardener4年前 ...
use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision
CUDA/cuDNN/paddle 环境问题,此文档废弃,移步 PaddleNLP UIE 实体关系抽取 -- 抽取药品说明书(名称、规格、用法、用量) PaddlePaddle用户可领取免费Tesla V100在线算力资源,训练模型更高效。每日登陆即送8小时,前往使用免费算力。 随便找个项目如:https://aistudio.baidu.com/projectdetail/1639963打开后 Fork 一下...
CUDA/cuDNN/paddle [2024-06-26 11:43:01,264] [ DEBUG] - Number of trainable parameters = 117,946,370 (per device)/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddlenlp/transformers/tokenizer_utils_base.py:2541: FutureWarning: The `max_seq_len` argument is deprecate...
/home/aistudio/PaddleX/deploy/cpp/paddle_inference/third_party/install/mkldnn/lib/libmkldnn.so.0;/usr/local/cuda/lib64/libcudart.so;/usr/lib/x86_64-linux-gnu/libcudnn.so -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: ...
(self, options, args) File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 339, in run reqs, check_supported_wheels=not options.target_dir File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/pip/_internal...
确认你安装paddle的cudnn版本是否和你本地的cudnn一致。
调小batch_size=128,可以运行起来,应该是因为显存不足,但是觉得报错信息CUDNN_STATUS_NOT_SUPPORTED有些莫名其妙,完全无法从提示信息得出有效信息; Paddle 来源:https://github.com/PaddlePaddle/Paddle/issues/20087 关注 举报暂无答案! 目前还没有任何答案,快来回答吧!