Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
book
提交
fc04f9b9
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看板
提交
fc04f9b9
编写于
3月 26, 2017
作者:
G
gongweibao
提交者:
GitHub
3月 26, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #243 from reyoung/feature/rearrange_file
Feature/rearrange file
上级
3e263f9f
53497bce
变更
34
隐藏空白更改
内联
并排
Showing
34 changed file
with
57 addition
and
52 deletion
+57
-52
.pre-commit-config.yaml
.pre-commit-config.yaml
+3
-1
.pre-commit-hooks/convert_markdown_into_html.py
.pre-commit-hooks/convert_markdown_into_html.py
+2
-2
.tools/templates/index.en.html.json
.tools/templates/index.en.html.json
+0
-0
.tools/templates/index.en.html.tmpl
.tools/templates/index.en.html.tmpl
+0
-0
.tools/templates/index.html.json
.tools/templates/index.html.json
+0
-0
.tools/templates/index.html.tmpl
.tools/templates/index.html.tmpl
+2
-1
.tools/theme/PP_w.png
.tools/theme/PP_w.png
+0
-0
.tools/theme/github-markdown.css
.tools/theme/github-markdown.css
+0
-0
.tools/theme/marked.js
.tools/theme/marked.js
+0
-0
01.fit_a_line/index.en.html
01.fit_a_line/index.en.html
+2
-2
01.fit_a_line/index.html
01.fit_a_line/index.html
+2
-2
02.recognize_digits/index.en.html
02.recognize_digits/index.en.html
+2
-2
02.recognize_digits/index.html
02.recognize_digits/index.html
+2
-2
03.image_classification/index.en.html
03.image_classification/index.en.html
+2
-2
03.image_classification/index.html
03.image_classification/index.html
+2
-2
04.word2vec/index.en.html
04.word2vec/index.en.html
+2
-2
04.word2vec/index.html
04.word2vec/index.html
+2
-2
05.understand_sentiment/index.en.html
05.understand_sentiment/index.en.html
+2
-2
05.understand_sentiment/index.html
05.understand_sentiment/index.html
+2
-2
06.label_semantic_roles/index.en.html
06.label_semantic_roles/index.en.html
+2
-2
06.label_semantic_roles/index.html
06.label_semantic_roles/index.html
+2
-2
07.machine_translation/index.en.html
07.machine_translation/index.en.html
+2
-2
07.machine_translation/index.html
07.machine_translation/index.html
+2
-2
08.recommender_system/index.en.html
08.recommender_system/index.en.html
+2
-2
08.recommender_system/index.html
08.recommender_system/index.html
+2
-2
index.en.html
index.en.html
+2
-1
index.html
index.html
+2
-1
pending/gan/index.html
pending/gan/index.html
+2
-2
pending/image_caption/index.html
pending/image_caption/index.html
+2
-2
pending/image_detection/index.html
pending/image_detection/index.html
+2
-2
pending/image_qa/index.html
pending/image_qa/index.html
+2
-2
pending/query_relationship/index.html
pending/query_relationship/index.html
+2
-2
pending/skip_thought/index.html
pending/skip_thought/index.html
+2
-2
pending/speech_recognition/index.html
pending/speech_recognition/index.html
+2
-2
未找到文件。
.pre-commit-config.yaml
浏览文件 @
fc04f9b9
...
...
@@ -26,9 +26,11 @@
-
id
:
remove-tabs
files
:
\.md$
-
repo
:
https://github.com/reyoung/pre-commit-hooks-jinja-compile.git
sha
:
85ad800cbc9c60a64230d60971aa9576fd57e508
sha
:
4a369cc72a4a2b8d3813ab8cc17abb5f5b21ef6c
hooks
:
-
id
:
convert-jinja2-into-html
# The argument means repleace filename from pattern `.*/([^/]*)\.tmpl` to `\1`
args
:
[
'
--filename_pattern=.*/([^/]*)\.tmpl'
,
'
--filename_repl=\1'
]
-
repo
:
local
hooks
:
-
id
:
convert-markdown-into-html
...
...
.pre-commit-hooks/convert_markdown_into_html.py
浏览文件 @
fc04f9b9
...
...
@@ -18,13 +18,13 @@ HEAD = """
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js" async></script>
<script type="text/javascript" src="../.t
mpl
/marked.js">
<script type="text/javascript" src="../.t
ools/theme
/marked.js">
</script>
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.t
mpl
/github-markdown.css" rel='stylesheet'>
<link href="../.t
ools/theme
/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.markdown-body {
...
...
index.en.html.json
→
.tools/templates/
index.en.html.json
浏览文件 @
fc04f9b9
文件已移动
index.en.html.tmpl
→
.tools/templates/
index.en.html.tmpl
浏览文件 @
fc04f9b9
文件已移动
index.html.json
→
.tools/templates/
index.html.json
浏览文件 @
fc04f9b9
文件已移动
index.html.tmpl
→
.tools/templates/
index.html.tmpl
浏览文件 @
fc04f9b9
...
...
@@ -11,6 +11,7 @@
*
{
font-family
:
"Roboto"
,
"Lato"
,
"proxima-nova"
,
"Helvetica Neue"
,
Arial
,
sans-serif
;
}
.left-panel
{
background
:
#E5E6EA
;
}
...
...
@@ -68,7 +69,7 @@
<body>
<nav
class=
"navbar navbar-toggleable-md navbar-inverse bg-inverse"
>
<a
class=
"navbar-brand mr-auto"
href=
"#"
>
<img
alt=
"PaddlePaddle"
src=
"./.theme/PP_w.png"
>
<img
alt=
"PaddlePaddle"
src=
"./.t
ools/t
heme/PP_w.png"
>
</a>
<ul
class=
"nav navbar-nav"
>
<li
class=
"nav-item"
>
...
...
.theme/PP_w.png
→
.t
ools/t
heme/PP_w.png
浏览文件 @
fc04f9b9
文件已移动
.t
mpl
/github-markdown.css
→
.t
ools/theme
/github-markdown.css
浏览文件 @
fc04f9b9
文件已移动
.t
mpl
/marked.js
→
.t
ools/theme
/marked.js
浏览文件 @
fc04f9b9
文件已移动
01.fit_a_line/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
01.fit_a_line/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
02.recognize_digits/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
02.recognize_digits/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
03.image_classification/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
03.image_classification/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
04.word2vec/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
04.word2vec/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
05.understand_sentiment/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
05.understand_sentiment/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
06.label_semantic_roles/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
06.label_semantic_roles/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
07.machine_translation/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
07.machine_translation/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
08.recommender_system/index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
08.recommender_system/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
index.en.html
浏览文件 @
fc04f9b9
...
...
@@ -11,6 +11,7 @@
*
{
font-family
:
"Roboto"
,
"Lato"
,
"proxima-nova"
,
"Helvetica Neue"
,
Arial
,
sans-serif
;
}
.left-panel
{
background
:
#E5E6EA
;
}
...
...
@@ -64,7 +65,7 @@
<body>
<nav
class=
"navbar navbar-toggleable-md navbar-inverse bg-inverse"
>
<a
class=
"navbar-brand mr-auto"
href=
"#"
>
<img
alt=
"PaddlePaddle"
src=
"./.theme/PP_w.png"
>
<img
alt=
"PaddlePaddle"
src=
"./.t
ools/t
heme/PP_w.png"
>
</a>
<ul
class=
"nav navbar-nav"
>
<li
class=
"nav-item"
>
...
...
index.html
浏览文件 @
fc04f9b9
...
...
@@ -11,6 +11,7 @@
*
{
font-family
:
"Roboto"
,
"Lato"
,
"proxima-nova"
,
"Helvetica Neue"
,
Arial
,
sans-serif
;
}
.left-panel
{
background
:
#E5E6EA
;
}
...
...
@@ -68,7 +69,7 @@
<body>
<nav
class=
"navbar navbar-toggleable-md navbar-inverse bg-inverse"
>
<a
class=
"navbar-brand mr-auto"
href=
"#"
>
<img
alt=
"PaddlePaddle"
src=
"./.theme/PP_w.png"
>
<img
alt=
"PaddlePaddle"
src=
"./.t
ools/t
heme/PP_w.png"
>
</a>
<ul
class=
"nav navbar-nav"
>
<li
class=
"nav-item"
>
...
...
pending/gan/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
pending/image_caption/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
pending/image_detection/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
pending/image_qa/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
pending/query_relationship/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
pending/skip_thought/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
pending/speech_recognition/index.html
浏览文件 @
fc04f9b9
...
...
@@ -14,13 +14,13 @@
});
</script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
async
></script>
<script
type=
"text/javascript"
src=
"../.t
mpl
/marked.js"
>
<script
type=
"text/javascript"
src=
"../.t
ools/theme
/marked.js"
>
</script>
<link
href=
"http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"
></script>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css"
rel=
"stylesheet"
>
<link
href=
"../.t
mpl
/github-markdown.css"
rel=
'stylesheet'
>
<link
href=
"../.t
ools/theme
/github-markdown.css"
rel=
'stylesheet'
>
</head>
<style
type=
"text/css"
>
.markdown-body
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录