-
Notifications
You must be signed in to change notification settings - Fork 724
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
映射文档 No. 1 #5699
映射文档 No. 1 #5699
Conversation
DrRyanHuang
commented
Mar 10, 2023
- PyTorch 1.13 与 Paddle 2.4 API 映射文档开源任务 #5691
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5699.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
...el_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.grid_sample.md
Outdated
Show resolved
Hide resolved
...el_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.grid_sample.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.nll_loss.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.nll_loss.md
Outdated
Show resolved
Hide resolved
...ides/model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pad.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.upsample.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.upsample.md
Outdated
Show resolved
Hide resolved
...convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.smooth_l1_loss.md
Outdated
Show resolved
Hide resolved
...convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.smooth_l1_loss.md
Show resolved
Hide resolved
...convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.smooth_l1_loss.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.nll_loss.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.nll_loss.md
Outdated
Show resolved
Hide resolved
...onvert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pixel_unshuffle.md
Outdated
Show resolved
Hide resolved
...onvert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pixel_unshuffle.md
Outdated
Show resolved
Hide resolved
..._convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pixel_shuffle.md
Outdated
Show resolved
Hide resolved
...convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.smooth_l1_loss.md
Show resolved
Hide resolved
...nvert/convert_from_pytorch/api_difference/functional/torch.nn.functional.soft_margin_loss.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.upsample.md
Outdated
Show resolved
Hide resolved
...m_pytorch/api_difference/functional/torch.nn.functional.triplet_margin_with_distance_loss.md
Outdated
Show resolved
Hide resolved
...m_pytorch/api_difference/functional/torch.nn.functional.triplet_margin_with_distance_loss.md
Outdated
Show resolved
Hide resolved
...convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.smooth_l1_loss.md
Show resolved
Hide resolved
...el_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.grid_sample.md
Outdated
Show resolved
Hide resolved
...ides/model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pad.md
Outdated
Show resolved
Hide resolved
..._convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pixel_shuffle.md
Outdated
Show resolved
Hide resolved
...onvert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pixel_unshuffle.md
Outdated
Show resolved
Hide resolved
...convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.smooth_l1_loss.md
Outdated
Show resolved
Hide resolved
...convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.smooth_l1_loss.md
Outdated
Show resolved
Hide resolved
...model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.upsample.md
Outdated
Show resolved
Hide resolved
...onvert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pixel_unshuffle.md
Outdated
Show resolved
Hide resolved
..._convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pixel_shuffle.md
Outdated
Show resolved
Hide resolved
...ides/model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.pad.md
Outdated
Show resolved
Hide resolved
...nvert/convert_from_pytorch/api_difference/functional/torch.nn.functional.soft_margin_loss.md
Outdated
Show resolved
Hide resolved
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.
LGTM
这个和 |
@Tomoko-hjf 我之前本地pre-commit检查过了,CI rerun了好几次,每次都是
看样子是CI服务器代理有问题? 都是 |
@Tomoko-hjf 刚才rerun 了一下,OK了 |
| size_average | - | 已弃用 | | ||
| reduce | - | 已弃用 | | ||
| reduction | reduction | 表示应用于输出结果的规约方式,可选值有:'none', 'mean', 'sum' | | ||
| beta | delta | SmoothL1Loss 损失的阈值参数 | |
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.
后面写的时候需要在 参数用法不一致 的参数。介绍后面加一句:需要进行转写。
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.
好的