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 4c92e9c commit df5f4cfCopy full SHA for df5f4cf
test/test_multihead_attention_layer.f90
@@ -43,7 +43,7 @@ function allclose(x, y) result(res)
43
real, intent(in) :: y(:)
44
logical :: res
45
46
- res = all(abs(x - y) <= (1e-08 + 1e-05 * abs(y)))
+ res = all(abs(x - y) <= (1e-06 + 1e-05 * abs(y)))
47
end function allclose
48
49
subroutine set_weights(attention)
0 commit comments