-
Notifications
You must be signed in to change notification settings - Fork 839
[API Compatibility] add paddle.nn.init.* #7382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7382.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 感觉都放在一个文档里会有点奇怪,可以单独穿件一个 init 文件夹,然后把每个 init.* 下的 API 文档分别加到该目录下,参考 paddle.nn.function。
- 另外问一下,这个和 paddle.nn.initializer 有什么区别?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在 paddle.nn 的 overview 里加一下相关描述
@@ -0,0 +1,14 @@ | |||
.. _cn_api_paddle_nn_init_constant_: | |||
|
|||
constant_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
constant_ | |
constant\_ |
@@ -0,0 +1,14 @@ | |||
.. _cn_api_paddle_nn_init_dirac_: | |||
|
|||
dirac_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dirac_ | |
dirac\_ |
已添加 |
PaddlePaddle/Paddle#74478