Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed Nov 27, 2023
1 parent b8ca58a commit edd295b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_attention_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_attention_network():
heads =2
)
result = network(input_data)
print('result', result)
print("result", result.shape)
assert result.shape[0] == 32
assert result.shape[1] == 128
Expand Down

0 comments on commit edd295b

Please sign in to comment.