[Doc Link Fix No.86] Fix docs link in page torch.autograd.function.FunctionCtx.set_materialize_grads.md#7783
Open
ShigureNyako wants to merge 1 commit intoPaddlePaddle:developfrom
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7783.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
Contributor
Author
|
@SigureMo 已自查 diff:本 PR 仅修复 1 处失效链接(No.86),辛苦 review 一下喵~ |
📚 本次 PR 文档预览链接(点击展开)
|
SigureMo
requested changes
Feb 28, 2026
Member
SigureMo
left a comment
There was a problem hiding this comment.
整体优先级是
- 优先考虑中文文档
- 其次考虑英文文档
- 实在不行指向 GitHub 源码 permalink
| ``` | ||
|
|
||
| ### [paddle.autograd.PyLayerContext.set_materialize_grads](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/autograd/PyLayerContext/set_materialize_grads_cn.html#paddle/autograd/PyLayerContext/set_materialize_grads_cn#cn-api-paddle-autograd-PyLayerContext-set_materialize_grads) | ||
| ### [paddle.autograd.PyLayerContext.set_materialize_grads](https://github.com/PaddlePaddle/Paddle/blob/7763841cacc6f3235e97c0cacd0a7381860e044c/python/paddle/autograd/py_layer.py#L286-L292) |
Member
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复内容
任务 86:
torch.autograd.function.FunctionCtx.set_materialize_grads.md验证结果
已手动检查更新后的链接,确认可直接定位到
set_materialize_grads源码实现,不再跳转失效页面。Related links: