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.
1 parent fccdcd4 commit 97ca8acCopy full SHA for 97ca8ac
tester/base_config.yaml
@@ -44,7 +44,8 @@ special_accuracy_atol_rtol:
44
paddle.nn.functional.interpolate: [0.5, 1.5]
45
paddle.incubate.nn.functional.fused_bias_dropout_residual_layer_norm: [1.0, 1.0]
46
paddle.nn.functional.softmax: [1, 0.01]
47
-
+ paddle.matmul: [2.0, 0.05]
48
+ paddle.nn.functional.bilinear: [2.0, 0.08]
49
50
# All configs that report dtype diff when not in not_check_dtype list should be
51
# copied to tester/api_config/5_accuracy/accuracy_gpu_error_dtype_diff.txt
0 commit comments