Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleHub
提交
320aa49a
P
PaddleHub
项目概览
PaddlePaddle
/
PaddleHub
大约 1 年 前同步成功
通知
282
Star
12117
Fork
2091
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
200
列表
看板
标记
里程碑
合并请求
4
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleHub
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
200
Issue
200
列表
看板
标记
里程碑
合并请求
4
合并请求
4
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
320aa49a
编写于
7月 27, 2020
作者:
S
Steffy-zxf
提交者:
GitHub
7月 27, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix typo (#779)
上级
27e500be
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
10 addition
and
5 deletion
+10
-5
demo/pairwise_text_matching/embedding_pairwise_matching_predict.py
...wise_text_matching/embedding_pairwise_matching_predict.py
+1
-1
demo/pairwise_text_matching/ernie_pairwise_matching_predict.py
...pairwise_text_matching/ernie_pairwise_matching_predict.py
+1
-1
demo/pointwise_text_matching/embedding_pointwise_matching_predict.py
...ise_text_matching/embedding_pointwise_matching_predict.py
+1
-1
demo/pointwise_text_matching/ernie_pointwise_matching_predict.py
...intwise_text_matching/ernie_pointwise_matching_predict.py
+1
-1
paddlehub/finetune/config.py
paddlehub/finetune/config.py
+6
-1
未找到文件。
demo/pairwise_text_matching/embedding_pairwise_matching_predict.py
浏览文件 @
320aa49a
...
...
@@ -108,4 +108,4 @@ if __name__ == '__main__':
return_result
=
True
,
accelerate_mode
=
True
)
for
index
,
text
in
enumerate
(
text_pairs
):
print
(
"data: %s, pre
id
ction_label: %s"
%
(
text
,
results
[
index
]))
print
(
"data: %s, pre
di
ction_label: %s"
%
(
text
,
results
[
index
]))
demo/pairwise_text_matching/ernie_pairwise_matching_predict.py
浏览文件 @
320aa49a
...
...
@@ -93,4 +93,4 @@ if __name__ == '__main__':
return_result
=
True
,
accelerate_mode
=
False
)
for
index
,
text
in
enumerate
(
text_pairs
):
print
(
"data: %s, pre
id
ction_label: %s"
%
(
text
,
results
[
index
]))
print
(
"data: %s, pre
di
ction_label: %s"
%
(
text
,
results
[
index
]))
demo/pointwise_text_matching/embedding_pointwise_matching_predict.py
浏览文件 @
320aa49a
...
...
@@ -105,4 +105,4 @@ if __name__ == '__main__':
return_result
=
True
,
accelerate_mode
=
True
)
for
index
,
text
in
enumerate
(
text_pairs
):
print
(
"data: %s, pre
id
ction_label: %s"
%
(
text
,
results
[
index
]))
print
(
"data: %s, pre
di
ction_label: %s"
%
(
text
,
results
[
index
]))
demo/pointwise_text_matching/ernie_pointwise_matching_predict.py
浏览文件 @
320aa49a
...
...
@@ -90,4 +90,4 @@ if __name__ == '__main__':
return_result
=
True
,
accelerate_mode
=
False
)
for
index
,
text
in
enumerate
(
text_pairs
):
print
(
"data: %s, pre
id
ction_label: %s"
%
(
text
,
results
[
index
]))
print
(
"data: %s, pre
di
ction_label: %s"
%
(
text
,
results
[
index
]))
paddlehub/finetune/config.py
浏览文件 @
320aa49a
...
...
@@ -47,7 +47,12 @@ class RunConfig(object):
self
.
_checkpoint_dir
=
checkpoint_dir
self
.
_num_epoch
=
num_epoch
self
.
_batch_size
=
batch_size
self
.
_use_pyreader
=
use_pyreader
if
not
use_pyreader
:
logger
.
warning
(
"The parameter use_pyreader has been dropped! PaddleHub over v1.8.0 will use pyreader by default."
)
self
.
_use_pyreader
=
True
self
.
_use_data_parallel
=
use_data_parallel
if
strategy
is
None
:
self
.
_strategy
=
DefaultStrategy
()
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录