We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46fd127 + 97ca8ac commit d44c918Copy full SHA for d44c918
tester/base_config.yaml
@@ -47,7 +47,8 @@ special_accuracy_atol_rtol:
47
paddle.nn.functional.interpolate: [0.5, 1.5]
48
paddle.incubate.nn.functional.fused_bias_dropout_residual_layer_norm: [1.0, 1.0]
49
paddle.nn.functional.softmax: [1, 0.01]
50
-
+ paddle.matmul: [2.0, 0.05]
51
+ paddle.nn.functional.bilinear: [2.0, 0.08]
52
53
# All configs that report dtype diff when not in not_check_dtype list should be
54
# copied to tester/api_config/5_accuracy/accuracy_gpu_error_dtype_diff.txt
0 commit comments