Closed shashaka closed 2 weeks ago
Attention: Patch coverage is 87.87879%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 82.09%. Comparing base (
04ced2d
) to head (947db49
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
By the way, can I interest you in adding bounding box transformation support to more of the image preprocessing layers?
I'll work on implementing the bounding box transformation further. However, I've noticed there are additional steps involved in preprocessing, like affine transformation and smart resizing. Understanding the logic behind these steps might take me some time.
Since Keras lacks built-in support for the tanh_shrink activation function, I implemented it across TensorFlow, JAX, and NumPy, aiming to maintain consistency with existing implementations available in PyTorch.