Skip to content

Commit c83c6f0

Browse files
committed
[API Compatibility No.191] Remove redundant kwargs_change for verified aligned loss APIs -part
1 parent eb0a495 commit c83c6f0

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

paconvert/api_mapping.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8859,10 +8859,6 @@
88598859
"reduction",
88608860
"pos_weight"
88618861
],
8862-
"kwargs_change": {
8863-
"input": "logit",
8864-
"target": "label"
8865-
},
88668862
"min_input_args": 2
88678863
},
88688864
"torch.nn.functional.celu": {
@@ -8985,9 +8981,6 @@
89858981
"reduction",
89868982
"label_smoothing"
89878983
],
8988-
"kwargs_change": {
8989-
"target": "label"
8990-
},
89918984
"min_input_args": 2
89928985
},
89938986
"torch.nn.functional.dropout": {
@@ -9445,9 +9438,6 @@
94459438
"reduce",
94469439
"reduction"
94479440
],
9448-
"kwargs_change": {
9449-
"target": "label"
9450-
},
94519441
"min_input_args": 2
94529442
},
94539443
"torch.nn.functional.multi_margin_loss": {

0 commit comments

Comments
 (0)