Skip to content

Commit ea1dd17

Browse files
Merge pull request #516 from fxyfxy777/main
Modify the tolerance threshold difference for interpolation
2 parents 07bed9b + 5e8236f commit ea1dd17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tester/base_config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ special_accuracy_atol_rtol:
4747
paddle.incubate.nn.functional.fused_layer_norm: [1, 0.01]
4848
paddle.lerp : [5, 0.05]
4949
paddle.nn.functional.layer_norm : [0.2, 0.02]
50-
paddle.nn.functional.upsample: [0.5, 1.5]
51-
paddle.nn.functional.interpolate: [0.5, 1.5]
50+
paddle.nn.functional.upsample: [1.5, 0.5]
51+
paddle.nn.functional.interpolate: [1.5, 0.5]
5252
paddle.incubate.nn.functional.fused_bias_dropout_residual_layer_norm: [1.0, 1.0]
5353
paddle.nn.functional.softmax: [1, 0.01]
5454
paddle.matmul: [2.0, 0.05]
5555
paddle.nn.functional.bilinear: [2.0, 0.08]
56-
paddle.nn.functional.interpolate: [1.5, 0.01]
5756
paddle.nn.functional.normalize: [0.2, 0.01]
5857

5958
# All configs that report dtype diff when not in not_check_dtype list should be

0 commit comments

Comments
 (0)