Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
book
提交
7c9f2d67
B
book
项目概览
PaddlePaddle
/
book
通知
16
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
40
列表
看板
标记
里程碑
合并请求
37
Wiki
5
Wiki
分析
仓库
DevOps
项目成员
Pages
B
book
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
40
Issue
40
列表
看板
标记
里程碑
合并请求
37
合并请求
37
Pages
分析
分析
仓库分析
DevOps
Wiki
5
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7c9f2d67
编写于
1月 23, 2017
作者:
Y
Yu Yang
提交者:
GitHub
1月 23, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #56 from PaddlePaddle/feature/using_gh_css
Fix bug in code
上级
33ca2876
665f3a96
变更
16
显示空白变更内容
内联
并排
Showing
16 changed file
with
32 addition
and
0 deletion
+32
-0
.tmpl/template.html
.tmpl/template.html
+2
-0
fit_a_line/index.html
fit_a_line/index.html
+2
-0
gan/index.html
gan/index.html
+2
-0
image_caption/index.html
image_caption/index.html
+2
-0
image_classification/index.html
image_classification/index.html
+2
-0
image_detection/index.html
image_detection/index.html
+2
-0
image_qa/index.html
image_qa/index.html
+2
-0
label_semantic_roles/index.html
label_semantic_roles/index.html
+2
-0
machine_translation/index.html
machine_translation/index.html
+2
-0
query_relationship/index.html
query_relationship/index.html
+2
-0
recognize_digits/index.html
recognize_digits/index.html
+2
-0
recommender_system/index.html
recommender_system/index.html
+2
-0
skip_thought/index.html
skip_thought/index.html
+2
-0
speech_recognition/index.html
speech_recognition/index.html
+2
-0
understand_sentiment/index.html
understand_sentiment/index.html
+2
-0
word2vec/index.html
word2vec/index.html
+2
-0
未找到文件。
.tmpl/template.html
浏览文件 @
7c9f2d67
...
...
@@ -51,6 +51,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
fit_a_line/index.html
浏览文件 @
7c9f2d67
...
...
@@ -239,6 +239,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
gan/index.html
浏览文件 @
7c9f2d67
...
...
@@ -51,6 +51,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
image_caption/index.html
浏览文件 @
7c9f2d67
...
...
@@ -50,6 +50,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
image_classification/index.html
浏览文件 @
7c9f2d67
...
...
@@ -595,6 +595,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
image_detection/index.html
浏览文件 @
7c9f2d67
...
...
@@ -50,6 +50,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
image_qa/index.html
浏览文件 @
7c9f2d67
...
...
@@ -50,6 +50,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
label_semantic_roles/index.html
浏览文件 @
7c9f2d67
...
...
@@ -529,6 +529,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
machine_translation/index.html
浏览文件 @
7c9f2d67
...
...
@@ -738,6 +738,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
query_relationship/index.html
浏览文件 @
7c9f2d67
...
...
@@ -50,6 +50,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
recognize_digits/index.html
浏览文件 @
7c9f2d67
...
...
@@ -482,6 +482,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
recommender_system/index.html
浏览文件 @
7c9f2d67
...
...
@@ -432,6 +432,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
skip_thought/index.html
浏览文件 @
7c9f2d67
...
...
@@ -50,6 +50,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
speech_recognition/index.html
浏览文件 @
7c9f2d67
...
...
@@ -50,6 +50,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
understand_sentiment/index.html
浏览文件 @
7c9f2d67
...
...
@@ -526,6 +526,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
word2vec/index.html
浏览文件 @
7c9f2d67
...
...
@@ -519,6 +519,8 @@ marked.setOptions({
smartypants
:
true
,
highlight
:
function
(
code
,
lang
)
{
code
=
code
.
replace
(
/&/g
,
"
&
"
)
code
=
code
.
replace
(
/>/g
,
"
>
"
)
code
=
code
.
replace
(
/</g
,
"
<
"
)
return
hljs
.
highlightAuto
(
code
,
[
lang
]).
value
;
}
});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录