-
Notifications
You must be signed in to change notification settings - Fork 764
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.64 - 78 #5915
映射文档 No.64 - 78 #5915
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5915.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/guides/model_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.histogram.md
Outdated
Show resolved
Hide resolved
...ert_from_pytorch/api_difference/distributions/torch.distributions.categorical.Categorical.md
Outdated
Show resolved
Hide resolved
...des/model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.gelu.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.GELU.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.RNNCell.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.Sequential.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.broadcast_shapes.md
Outdated
Show resolved
Hide resolved
...guides/model_convert/convert_from_pytorch/api_difference/others/torch.special.log_softmax.md
Outdated
Show resolved
Hide resolved
@co63oc 冲突也需要解决一下~ |
已删除重复接口 |
...des/model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.gelu.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.GELU.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.GELU.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.broadcast_shapes.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.broadcast_shapes.md
Outdated
Show resolved
Hide resolved
...des/model_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.gelu.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.InstanceNorm3d.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.InstanceNorm3d.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.RNNCell.md
Outdated
Show resolved
Hide resolved
|
||
| PyTorch | PaddlePaddle | 备注 | | ||
| ------- | ------------ | --------------------------------------------------- | | ||
| arg | layers | Layers 或可迭代的 name Layer 对,仅参数名不一致。 | |
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.
torch支持的类型更多
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.
已修改
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.triangular_solve.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.GELU.md
Show resolved
Hide resolved
m2 = torch.nn.RNNCell(input_size, hidden_size,bias=False) | ||
|
||
# Paddle 写法 | ||
m1 = paddle.nn.SimpleRNNCell(input_size, hidden_size, |
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.
这个写法不是bias_ih_attr=False 吗
@@ -1,4 +1,4 @@ | |||
## [参数名不一致]torch.nn.Sequential | |||
## [参数用法不一致]torch.nn.Sequential |
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.
分类可以算 参数不一致
具体的用法不一致可以写到下面
#5691
映射文档 No.64 65 69 71 73 74 75 76 77 78
paddle.fluid.core.Generator
paddle.optimizer.Optimizer.step 没有文档
部分API未添加为已有文档