Closed nicolaspi closed 3 weeks ago
Attention: Patch coverage is 65.78947%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 81.99%. Comparing base (
272bb90
) to head (6eebff5
).
Files with missing lines | Patch % | Lines |
---|---|---|
keras/src/backend/jax/tensorboard.py | 38.46% | 8 Missing :warning: |
keras/src/callbacks/tensorboard.py | 70.58% | 1 Missing and 4 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix profiling for TensorFlow and JAX. Profiling with JAX backend on Python version < 3.12 raises segmentation faults on my local setup. The profiling is deactivated for JAX when this requirement is not met. Also note that profiling the first batch with
jit_compile=True
causes TensorBoard to hang indefinitely. Example of profiling traces using the following code snippet:Tensorflow:
JAX: