docs
docs copied to clipboard
paddle.crop文档评估
文档中英文链接
- 中文:https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/crop_cn.html
- 英文:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/crop_en.html
红线问题
- 中英文API定义部分:paddle.crop(x, shape=None, offsets=None, name=None), 对于shape提供默认值None, 参数部分可以修改成shape (list|tuple|Tensor, 可选)
- 使用shpe=None进行计算时会报错,已经提交bug(https://github.com/PaddlePaddle/Paddle/issues/44117)
结构问题
No response
内容问题
No response
格式问题
No response
主观评价
修正bug