Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
41cbfbba
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2298
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
41cbfbba
编写于
3月 06, 2018
作者:
L
Luo Tao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
* fix html_static_path warning
* add write_new_layers in rst tree
上级
2f786776
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
8 addition
and
5 deletion
+8
-5
doc/templates/conf.py.cn.in
doc/templates/conf.py.cn.in
+1
-1
doc/templates/conf.py.en.in
doc/templates/conf.py.en.in
+1
-1
doc/v2/dev/index_cn.rst
doc/v2/dev/index_cn.rst
+1
-0
doc/v2/dev/index_en.rst
doc/v2/dev/index_en.rst
+1
-0
doc/v2/dev/new_layer_cn.rst
doc/v2/dev/new_layer_cn.rst
+3
-3
doc/v2/howto/index_en.rst
doc/v2/howto/index_en.rst
+1
-0
未找到文件。
doc/templates/conf.py.cn.in
浏览文件 @
41cbfbba
...
...
@@ -121,7 +121,7 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['@PADDLE_SOURCE_DIR@/doc_theme/static'
]
#html_static_path = [
]
# Output file base name for HTML help builder.
htmlhelp_basename = project + 'doc'
...
...
doc/templates/conf.py.en.in
浏览文件 @
41cbfbba
...
...
@@ -121,7 +121,7 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['@PADDLE_SOURCE_DIR@/doc_theme/static'
]
#html_static_path = [
]
# Output file base name for HTML help builder.
htmlhelp_basename = project + 'doc'
...
...
doc/v2/dev/index_cn.rst
浏览文件 @
41cbfbba
...
...
@@ -6,3 +6,4 @@
contribute_to_paddle_cn.md
write_docs_cn.rst
new_layer_cn.rst
doc/v2/dev/index_en.rst
浏览文件 @
41cbfbba
...
...
@@ -6,3 +6,4 @@ Development
contribute_to_paddle_en.md
write_docs_en.rst
new_layer_en.rst
doc/v2/dev/new_layer_cn.rst
浏览文件 @
41cbfbba
================
实现新的网络层
================
================
==
如何
实现新的网络层
================
==
这份教程展示了如何在PaddlePaddle中实现一个自定义的网络层。在这里我们使用全连接层作为例子来展示实现新网络层所需要的四个步骤。
...
...
doc/v2/howto/index_en.rst
浏览文件 @
41cbfbba
...
...
@@ -6,5 +6,6 @@ HOW TO
cmd_parameter/index_en.rst
cluster/index_en.rst
capi/index_en.rst
rnn/index_en.rst
optimization/gpu_profiling_en.rst
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录