Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleHub
提交
33f4c384
P
PaddleHub
项目概览
PaddlePaddle
/
PaddleHub
1 年多 前同步成功
通知
283
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看板
提交
33f4c384
编写于
4月 16, 2019
作者:
Z
zhangxuefei
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop' of
https://github.com/PaddlePaddle/PaddleHub
into develop
上级
50bee9ef
0d987a6f
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
3 addition
and
6 deletion
+3
-6
demo/sequence-labeling/run_sequence_label.sh
demo/sequence-labeling/run_sequence_label.sh
+1
-1
demo/text-classification/run_classifier.sh
demo/text-classification/run_classifier.sh
+1
-1
demo/text-classification/run_predict.sh
demo/text-classification/run_predict.sh
+1
-1
paddlehub/module/module.py
paddlehub/module/module.py
+0
-3
未找到文件。
demo/sequence-labeling/run_sequence_label.sh
浏览文件 @
33f4c384
export
CUDA_VISIBLE_DEVICES
=
1
export
CUDA_VISIBLE_DEVICES
=
0
CKPT_DIR
=
"./ckpt_sequence_label"
python
-u
sequence_label.py
\
...
...
demo/text-classification/run_classifier.sh
浏览文件 @
33f4c384
export
CUDA_VISIBLE_DEVICES
=
5
export
CUDA_VISIBLE_DEVICES
=
0
# User can select chnsenticorp, nlpcc_dbqa, lcqmc for different task
DATASET
=
"chnsenticorp"
...
...
demo/text-classification/run_predict.sh
浏览文件 @
33f4c384
export
CUDA_VISIBLE_DEVICES
=
5
export
CUDA_VISIBLE_DEVICES
=
0
CKPT_DIR
=
"./ckpt_20190414203357/best_model"
python
-u
predict.py
--checkpoint_dir
$CKPT_DIR
--max_seq_len
128
paddlehub/module/module.py
浏览文件 @
33f4c384
...
...
@@ -90,7 +90,6 @@ class ModuleHelper(object):
class
Module
(
object
):
def
__init__
(
self
,
name
=
None
,
url
=
None
,
module_dir
=
None
,
signatures
=
None
,
module_info
=
None
,
...
...
@@ -112,8 +111,6 @@ class Module(object):
# TODO(wuzewu): print more module loading info log
if
name
:
self
.
_init_with_name
(
name
=
name
)
elif
url
:
self
.
_init_with_url
(
url
=
url
)
elif
module_dir
:
self
.
_init_with_module_file
(
module_dir
=
module_dir
)
elif
signatures
:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录