From 09d59ac4e309b02207bed7d47aa920edd6a23873 Mon Sep 17 00:00:00 2001 From: peterzhang2029 Date: Mon, 16 Oct 2017 13:42:25 +0800 Subject: [PATCH] fix bug in index.html --- nested_sequence/index.html | 75 +++++++++++++++++++ nested_sequence/text_classification/README.md | 1 + .../text_classification/index.html | 5 +- 3 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 nested_sequence/index.html diff --git a/nested_sequence/index.html b/nested_sequence/index.html new file mode 100644 index 00000000..cf2094eb --- /dev/null +++ b/nested_sequence/index.html @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + +
+
+ + + + + + + diff --git a/nested_sequence/text_classification/README.md b/nested_sequence/text_classification/README.md index da99a069..db6f2bc6 100644 --- a/nested_sequence/text_classification/README.md +++ b/nested_sequence/text_classification/README.md @@ -1,4 +1,5 @@ # 基于双层序列的文本分类 + ## 简介 本例将演示如何在 PaddlePaddle 中将长文本输入(通常能达到段落或者篇章基本)组织为双层序列,完成对长文本的分类任务。 diff --git a/nested_sequence/text_classification/index.html b/nested_sequence/text_classification/index.html index e465343f..1838415c 100644 --- a/nested_sequence/text_classification/index.html +++ b/nested_sequence/text_classification/index.html @@ -41,11 +41,8 @@