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 cb26afb commit 4c92e9cCopy full SHA for 4c92e9c
test/test_multihead_attention_layer.f90
@@ -96,7 +96,6 @@ subroutine test_multihead_attention_create_attention_matrix(attention, input, ok
96
]
97
98
call attention % create_attention_matrix(input, input)
99
- print *, attention % attention_matrix
100
101
attention_matrix_shape = shape(attention % attention_matrix)
102
if (.not. all(attention_matrix_shape.eq.expected_shape)) then
0 commit comments