PaddleX icon indicating copy to clipboard operation
PaddleX copied to clipboard

PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)

Results 466 PaddleX issues
Sort by recently updated
recently updated
newest added

服务化部署不使用高性能推理插件,能够进行并发请求吗?并发数在哪修改

File "/......./PaddleX/paddlex/inference/components/paddle_predictor/predictor.py", line 145, in _create predictor = create_predictor(config) RuntimeError: (PreconditionNotMet) Tensor's dimension is out of bound.Tensor's dimension must be equal or less than the size of its memory.But received...

我在命令行中输入:paddlex --pipeline semantic_segmentation --input D:\DeepLearning\PaddleX\image\general_image_classification_001.jpg --device gpu:0 测试图像分类 测试结果如下: ![image](https://github.com/user-attachments/assets/42579ada-e3b8-4403-b679-bcbf99aa774d) 想要查看运行的结果下一步应该怎么做呢 1. PaddleX的版本号: 3.0.0b1 2. 使用的操作系统信息: Windows 3. 使用的Python版本是? 3.10 4. 使用的CUDA/cuDNN的版本号是? CUDA:11.8

## Checklist: 安装pip编译时出现:ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (matplotlib) 1. PaddleX版本号:PaddleX-release-3.0-beta1 2. 请提供您使用的操作系统信息:Windows 3. 请问您使用的Python版本号:Python 3.11.7 4. 请问您使用的CUDA/cuDNN的版本号:12.4

前四个epoch的evaluate能正常进行,第五个epoch就报错了ValueError: (InvalidArgument) matrix_nms(): argument (position 3) must be double, but got str (at ..\paddle\fluid\pybind\op_function_common.cc:241) ## 环境 1. 请提供您使用的PaddlePaddle和PaddleX的版本号 2. paddlepaddle2.5.1 3. paddlex2.1.0 4. 请提供您使用的操作系统信息,如Linux/Windows/MacOS 6. windows 7. 请问您使用的Python版本是? 8. 3.7...