Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleX
提交
9135f288
P
PaddleX
项目概览
PaddlePaddle
/
PaddleX
通知
138
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
43
列表
看板
标记
里程碑
合并请求
5
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleX
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
43
Issue
43
列表
看板
标记
里程碑
合并请求
5
合并请求
5
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
9135f288
编写于
5月 19, 2020
作者:
Z
ZeyuChen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update README.md
上级
2cb71491
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
61 addition
and
47 deletion
+61
-47
README.md
README.md
+7
-7
paddlex/cls.py
paddlex/cls.py
+1
-1
paddlex/command.py
paddlex/command.py
+14
-0
paddlex/convertor.py
paddlex/convertor.py
+13
-13
tutorials/compress/classification/cal_sensitivities_file.py
tutorials/compress/classification/cal_sensitivities_file.py
+13
-13
tutorials/compress/classification/mobilenetv2.py
tutorials/compress/classification/mobilenetv2.py
+13
-13
未找到文件。
README.md
浏览文件 @
9135f288
...
...
@@ -12,17 +12,17 @@ PaddleX是基于飞桨核心框架、开发套件和工具组件的深度学习
## 特点
-
**全流程打通**
-
数据准备:支持LabelMe,精灵标注等主流数据标注工具协议,同时无缝集成
[
EasyData智能数据服务平台
](
https://ai.baidu.com/easydata/
)
, 助力开发者高效获取AI开发所需高质量数据。
-
模型训练:基于飞桨核心框架集成
[
PaddleClas
](
https://github.com/PaddlePaddle/PaddleClas
)
,
[
PaddleDetection
](
https://github.com/PaddlePaddle/PaddleDetection
)
,
[
PaddleSeg
](
https://github.com/PaddlePaddle/PaddleSeg
)
视觉开发套件,
[
VisualDL
](
https://github.com/PaddlePaddle/VisualDL
)
可视化分析组件,高效完成模型训练。
-
多端部署:内置
[
PaddleSlim
](
https://github.com/PaddlePaddle/PaddleSlim
)
模型压缩工具和AES模型加密SDK,结合Paddle Inference和
[
Paddle Lite
](
https://github.com/PaddlePaddle/Paddle-Lite
)
便捷完成高性能且可靠的多端部署。
-
数据准备:支持
[
EasyData智能数据服务平台
](
https://ai.baidu.com/easydata/
)
数据协议,通过平台便捷完成智能标注,低质数据清洗工作, 同时兼容主流标注工具协议, 助力开发者更快完成数据准备工作。
-
模型训练:集成
[
PaddleClas
](
https://github.com/PaddlePaddle/PaddleClas
)
,
[
PaddleDetection
](
https://github.com/PaddlePaddle/PaddleDetection
)
,
[
PaddleSeg
](
https://github.com/PaddlePaddle/PaddleSeg
)
视觉开发套件,丰富地高质量预训练模型,更快实现工业级模型训练。
-
模型优化:内置模型可解释性模块、
[
VisualDL
](
https://github.com/PaddlePaddle/VisualDL
)
可视化分析组件, 提供丰富的信息更好地理解模型,优化模型。
-
多端部署:内置
[
PaddleSlim
](
https://github.com/PaddlePaddle/PaddleSlim
)
模型压缩工具和AES模型加密SDK,结合Paddle Inference或
[
Paddle Lite
](
https://github.com/PaddlePaddle/Paddle-Lite
)
便捷完成高性能的多端安全部署。
-
**融合产业实践**
-
精选飞桨产业实践的成熟模型结构,开放案例实践教程,加速开发者产业落地。
-
通过
[
PaddleHub
](
https://github.com/PaddlePaddle/Paddle
)
内置丰富的飞桨高质量预训练模型,助力开发者高效实现飞桨Master模式。
-
**易用易集成**
-
PadldeX提供简洁易用的全流程API,几行代码即可实现上百种数据增强、模型可解释性、C++模型部署等功能
。
-
提供以PaddleX
API为核心集成的跨平台GUI界面,降低深度学习全流程应用门槛
。
-
统一易用的全流程API,5步完成模型训练,10行代码实现Python/C++高性能部署
。
-
提供以PaddleX
为核心集成的跨平台可视化开发工具PaddleX-GUI,快速体验飞桨深度学习全流程
。
## 安装
...
...
@@ -31,7 +31,7 @@ PaddleX提供两种开发模式,满足不同场景和用户需求:
-
**Python开发模式:**
通过Python API方式完成全流程使用或集成,该模型提供全面、灵活、开放的深度学习功能,有更高的定制化空间。
-
**GUI开发模式:**
以PaddleX API为核心集成的跨平台GUI客户端,
支持
`Python开发模式`
下的常用功能,以更低门槛的方式快速完成产业验证的模型训练。
-
**GUI开发模式:**
PaddleX-GUI
支持
`Python开发模式`
下的常用功能,以更低门槛的方式快速完成产业验证的模型训练。
开发者可根据自身需要按需选择不同的模式进行安装使用。
...
...
paddlex/cls.py
浏览文件 @
9135f288
#
c
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
C
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
paddlex/command.py
浏览文件 @
9135f288
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from
six
import
text_type
as
_text_type
import
argparse
import
sys
...
...
paddlex/convertor.py
浏览文件 @
9135f288
#
c
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
#Licensed under the Apache License, Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing, software
#distributed under the License is distributed on an "AS IS" BASIS,
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and
#limitations under the License.
#
C
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
#
Licensed under the Apache License, Version 2.0 (the "License");
#
you may not use this file except in compliance with the License.
#
You may obtain a copy of the License at
#
#
http://www.apache.org/licenses/LICENSE-2.0
#
#
Unless required by applicable law or agreed to in writing, software
#
distributed under the License is distributed on an "AS IS" BASIS,
#
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
See the License for the specific language governing permissions and
#
limitations under the License.
from
__future__
import
absolute_import
import
paddle.fluid
as
fluid
...
...
tutorials/compress/classification/cal_sensitivities_file.py
浏览文件 @
9135f288
#
c
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
#Licensed under the Apache License, Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing, software
#distributed under the License is distributed on an "AS IS" BASIS,
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and
#limitations under the License.
#
C
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
#
Licensed under the Apache License, Version 2.0 (the "License");
#
you may not use this file except in compliance with the License.
#
You may obtain a copy of the License at
#
#
http://www.apache.org/licenses/LICENSE-2.0
#
#
Unless required by applicable law or agreed to in writing, software
#
distributed under the License is distributed on an "AS IS" BASIS,
#
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
See the License for the specific language governing permissions and
#
limitations under the License.
import
argparse
import
os
...
...
tutorials/compress/classification/mobilenetv2.py
浏览文件 @
9135f288
#
c
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
#Licensed under the Apache License, Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing, software
#distributed under the License is distributed on an "AS IS" BASIS,
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and
#limitations under the License.
#
C
opyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
#
Licensed under the Apache License, Version 2.0 (the "License");
#
you may not use this file except in compliance with the License.
#
You may obtain a copy of the License at
#
#
http://www.apache.org/licenses/LICENSE-2.0
#
#
Unless required by applicable law or agreed to in writing, software
#
distributed under the License is distributed on an "AS IS" BASIS,
#
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
See the License for the specific language governing permissions and
#
limitations under the License.
import
argparse
import
os
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录