mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 09:31:35 +08:00
23 lines
991 B
Markdown
23 lines
991 B
Markdown
# PaddleSeg高性能全场景模型部署方案—FastDeploy
|
||
|
||
## FastDeploy介绍
|
||
|
||
[FastDeploy](https://github.com/PaddlePaddle/FastDeploy)是一款全场景、易用灵活、极致高效的AI推理部署工具,使用FastDeploy可以简单高效的在10+款硬件上对PaddleSeg Matting模型进行快速部署
|
||
|
||
## 支持如下的硬件部署
|
||
|
||
| 硬件支持列表 | | | |
|
||
|:----- | :-- | :-- | :-- |
|
||
| [NVIDIA GPU](cpu-gpu) | [X86 CPU](cpu-gpu)| [飞腾CPU](cpu-gpu) | [ARM CPU](cpu-gpu) |
|
||
| [Intel GPU(独立显卡/集成显卡)](cpu-gpu) | [昆仑](cpu-gpu) | [昇腾](cpu-gpu) |
|
||
|
||
## 常见问题
|
||
|
||
遇到问题可查看常见问题集合文档或搜索FastDeploy issues,链接如下:
|
||
|
||
[常见问题集合](https://github.com/PaddlePaddle/FastDeploy/tree/develop/docs/cn/faq)
|
||
|
||
[FastDeploy issues](https://github.com/PaddlePaddle/FastDeploy/issues)
|
||
|
||
若以上方式都无法解决问题,欢迎给FastDeploy提交新的[issue](https://github.com/PaddlePaddle/FastDeploy/issues)
|