Skip to content

Commit 59c9fea

Browse files
Merge pull request #265 from NKNaN/median-fix
[Accuracy diff No.65, 66] Fix accuracy diff for paddle.Tensor.meidan API
2 parents 9fd7f3b + 9296b3d commit 59c9fea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tester/paddle_to_torch/mapping.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,9 +3100,7 @@
31003100
},
31013101
"paddle.Tensor.median": {
31023102
"torch_api": "torch.Tensor.median",
3103-
"paddle_torch_args_map": {
3104-
"keepdim": "keepdim"
3105-
}
3103+
"Rule": "MedianRule"
31063104
},
31073105
"paddle.Tensor.mm": {
31083106
"torch_api": "torch.Tensor.mm",

0 commit comments

Comments
 (0)