Closed guyao closed 2 months ago
…onal.scaled_dot_product_attention`
Dropout is not deterministic. In the test cases dropout_p can be 0.0 or 0.5. For testcase with dropout_p = 0.5 we should not check the output value.
dropout_p
0.0
0.5
…onal.scaled_dot_product_attention`
Dropout is not deterministic. In the test cases
dropout_p
can be0.0
or0.5
. For testcase with dropout_p = 0.5 we should not check the output value.