File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ html_theme = 'sphinx_rtd_theme'
121
121
# Add any paths that contain custom static files (such as style sheets) here,
122
122
# relative to this directory. They are copied after the builtin static files,
123
123
# so a file named "default.css" will overwrite the builtin "default.css".
124
- html_static_path = ['@PADDLE_SOURCE_DIR@/doc_theme/static' ]
124
+ # html_static_path = []
125
125
126
126
# Output file base name for HTML help builder.
127
127
htmlhelp_basename = project + 'doc'
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ html_theme = 'sphinx_rtd_theme'
121
121
# Add any paths that contain custom static files (such as style sheets) here,
122
122
# relative to this directory. They are copied after the builtin static files,
123
123
# so a file named "default.css" will overwrite the builtin "default.css".
124
- html_static_path = ['@PADDLE_SOURCE_DIR@/doc_theme/static' ]
124
+ # html_static_path = []
125
125
126
126
# Output file base name for HTML help builder.
127
127
htmlhelp_basename = project + 'doc'
Original file line number Diff line number Diff line change 6
6
7
7
contribute_to_paddle_cn.md
8
8
write_docs_cn.rst
9
+ new_layer_cn.rst
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ Development
6
6
7
7
contribute_to_paddle_en.md
8
8
write_docs_en.rst
9
+ new_layer_en.rst
Original file line number Diff line number Diff line change 1
- ================
2
- 实现新的网络层
3
- ================
1
+ ==================
2
+ 如何实现新的网络层
3
+ ==================
4
4
5
5
这份教程展示了如何在PaddlePaddle中实现一个自定义的网络层。在这里我们使用全连接层作为例子来展示实现新网络层所需要的四个步骤。
6
6
Original file line number Diff line number Diff line change 6
6
7
7
cmd_parameter/index_en.rst
8
8
cluster/index_en.rst
9
+ capi/index_en.rst
9
10
rnn/index_en.rst
10
11
optimization/gpu_profiling_en.rst
You can’t perform that action at this time.
0 commit comments