-
我的python版本为3.7,安装的paddlepaddle版本为paddlepaddle-rocm 0.0.0,该paddlepaddle版本适配于我的超算平台,能够使用加速卡进行加速,已完成对WenetSpeech数据集的标注和训练数据集的制作,到最后一步训练模型时运行命令:CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py,报下面的错误:
W111…
-
训练好的pointrend模型使用官方的额export_onnx.py导出onnx发现在np.testing.assert_allclose(onnx_out, paddle_out, rtol=0, atol=1e-03)报错,代码如下,也使用了paddle2onnx来导出模型实测发现精度不一致
def export_onnx(args):
args.config = '/workspa…
-
-
Error: Can not import paddle core while this file exists: /home/ps/anaconda3/envs/VSE/lib/python3.10/site-packages/paddle/base/libpaddle.so
Traceback (most recent call last):
File "/home/ps/code/V…
-
**What version of protobuf and what language are you using?**
Version: main,last version(v29.0-rc2 also make the bug)
Language: C++
**What operating system (Linux, Windows, ...) and version?*…
EaonL updated
1 month ago
-
在新建的虚拟环境中根据python -m pip install -i https://www.paddlepaddle.org.cn/packages/stable/cu118/ 安装paddlepaddle-gpu3.0.0后import paddle,虚拟环境所在服务器的cuda是11.2,安装包截图如下:
![image](https://github.com/user-attachme…
-
为使您的问题得到快速解决,在建立 Issue 前,请您先通过如下方式搜索是否有相似问题:[历史 issue](https://github.com/PaddlePaddle/Paddle-Lite/issues), [FAQ 文档](https://www.paddlepaddle.org.cn/lite/develop/quick_start/faq.html), [官方文档](https://…
-
Hello everyone,
I'm just starting out with paddle, I've managed to create my models with paddle and upload them.
But I haven't been able to upload a model converted by ultralytics. I'm leaving t…
-
CMake Error at cmake/paddle.cmake:90 (message):
Failed to get submodule Paddle', please check your network !
Call Stack (most recent call first):
CMakeLists.txt:22 (include)
-
W1125 12:07:24.788084 312 gpu_context.cc:278] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 12.2, Runtime API Version: 10.2
W1125 12:07:24.792352 312 gpu_context.cc:306…