Skip to content

Commit 4c92e9c

Browse files
committed
multihead_attention: remove debug line from tests
1 parent cb26afb commit 4c92e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_multihead_attention_layer.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ subroutine test_multihead_attention_create_attention_matrix(attention, input, ok
9696
]
9797

9898
call attention % create_attention_matrix(input, input)
99-
print *, attention % attention_matrix
10099

101100
attention_matrix_shape = shape(attention % attention_matrix)
102101
if (.not. all(attention_matrix_shape.eq.expected_shape)) then

0 commit comments

Comments
 (0)