Closed james77777778 closed 1 week ago
Attention: Patch coverage is 68.75000%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 82.08%. Comparing base (
c4314a9
) to head (e6b3183
).
Files with missing lines | Patch % | Lines |
---|---|---|
keras/api/_tf_keras/keras/initializers/__init__.py | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix #20483
This PR renames
OrthogonalInitializer
toOrthogonal
andSTFTInitializer
toSTFT
for name consistency and adds serialization tests to prevent future breakages.This PR also adds a default value
side="real"
to support calls toinitializers.get("STFT")