Closed lcs-crr closed 4 days ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 82.11%. Comparing base (
1354fde
) to head (eabc535
). Report is 4 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
keras/src/layers/attention/multi_head_attention.py | 33.33% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Unsure why code format test fails... In it, it says All checks passed!
Made the compute_output_shape method more flexible; now _output_shape can be either an integer or a tuple (as previously required).
Fix discussed at the bottom of issue #19769