提交 12bdad5a 编写于 作者: D DesmonDay

modify version

上级 83917b57
......@@ -137,3 +137,7 @@ paddlehub >= 1.8.0
* 1.0.0
初始发布
* 1.0.1
修复因为return的bug导致的NoneType错误
......@@ -14,7 +14,7 @@ from lda_news.vocab import Vocab, WordCount
@moduleinfo(
name="lda_news",
version="1.0.0",
version="1.0.1",
summary=
"This is a PaddleHub Module for LDA topic model in news dataset, where we can calculate doc distance, calculate the similarity between query and document, etc",
author="DesmonDay",
......
......@@ -137,3 +137,7 @@ paddlehub >= 1.8.0
* 1.0.0
初始发布
* 1.0.1
修复因为return的bug导致的NoneType错误
......@@ -14,7 +14,7 @@ from lda_novel.vocab import Vocab, WordCount
@moduleinfo(
name="lda_novel",
version="1.0.0",
version="1.0.1",
summary=
"This is a PaddleHub Module for LDA topic model in novel dataset, where we can calculate doc distance, calculate the similarity between query and document, etc.",
author="DesmonDay",
......
......@@ -133,3 +133,7 @@ paddlehub >= 1.8.0
* 1.0.0
初始发布
* 1.0.1
修复因为return的bug导致的NoneType错误
......@@ -14,7 +14,7 @@ from lda_webpage.vocab import Vocab, WordCount
@moduleinfo(
name="lda_webpage",
version="1.0.0",
version="1.0.1",
summary=
"This is a PaddleHub Module for LDA topic model in webpage dataset, where we can calculate doc distance, calculate the similarity between query and document, etc.",
author="DesmonDay",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册