We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8d4b4 commit addd5e8Copy full SHA for addd5e8
docs/train/index.rst
@@ -1,7 +1,7 @@
1
模型训练
2
=======================================
3
4
-PaddleX目前集成了XX模型,涵盖视觉领域的图像分类、目标检测、实例分割和语义分割四大主流任务
+PaddleX集成了PaddleClas、PaddleDetection和PaddleSeg三大CV工具套件中,在工业领域应用成熟的模型,并提供了统一,易用的API使用接口,帮助用户快速完成视觉领域的图像分类、目标检测、实例分割和语义分割模型的训练。
5
6
7
.. toctree::
requirements.txt
@@ -7,3 +7,4 @@ visualdl >= 2.0.0b
paddleslim == 1.0.1
8
shapely
9
x2paddle
10
+paddlepaddle-gpu
0 commit comments