Closed shashaka closed 2 weeks ago
Attention: Patch coverage is 88.57143%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 82.09%. Comparing base (
8409e18
) to head (2650507
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since Keras lacks built-in support for the hard_shrink activation function, I implemented it across TensorFlow, JAX, and NumPy, aiming to maintain consistency with existing implementations available in PyTorch.