Skip to content

Running TPU tests on linux-x86-ct6e-44-1tpu #21425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

kharshith-k
Copy link

Running TPU tests on linux-x86-ct6e-44-1tpu

@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2025

Codecov Report

Attention: Patch coverage is 30.06993% with 100 lines in your changes missing coverage. Please review.

Project coverage is 63.82%. Comparing base (3a11132) to head (8a63d09).
Report is 32 commits behind head on master.

Files with missing lines Patch % Lines
keras/src/backend/common/dtypes_test_TPU.py 0.00% 60 Missing ⚠️
keras/src/backend/jax/trainer.py 0.00% 10 Missing ⚠️
keras/src/backend/torch/trainer.py 0.00% 9 Missing ⚠️
keras/src/backend/numpy/trainer.py 0.00% 7 Missing ⚠️
keras/src/saving/saving_lib.py 73.68% 3 Missing and 2 partials ⚠️
keras/src/backend/openvino/trainer.py 0.00% 3 Missing ⚠️
keras/src/saving/serialization_lib.py 33.33% 1 Missing and 1 partial ⚠️
keras/src/backend/tensorflow/trainer.py 90.00% 0 Missing and 1 partial ⚠️
keras/src/ops/operation.py 75.00% 1 Missing ⚠️
keras/src/trainers/epoch_iterator.py 85.71% 1 Missing ⚠️
... and 1 more

❗ There is a different number of reports uploaded between BASE (3a11132) and HEAD (8a63d09). Click for more details.

HEAD has 8 uploads less than BASE
Flag BASE (3a11132) HEAD (8a63d09)
keras 5 1
keras-openvino 1 0
keras-numpy 1 0
keras-torch 1 0
keras-jax 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #21425       +/-   ##
===========================================
- Coverage   82.72%   63.82%   -18.90%     
===========================================
  Files         565      566        +1     
  Lines       55222    55761      +539     
  Branches     8609     8696       +87     
===========================================
- Hits        45683    35592    -10091     
- Misses       7428    18303    +10875     
+ Partials     2111     1866      -245     
Flag Coverage Δ
keras 63.82% <30.06%> (-18.71%) ⬇️
keras-jax ?
keras-numpy ?
keras-openvino ?
keras-tensorflow 63.82% <30.06%> (+0.08%) ⬆️
keras-torch ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

kharshith-k and others added 10 commits June 30, 2025 08:34
Progress bar would always report the starting batch + 1 at the end of the batch. Now it takes into account `steps_per_execution` for the last batch reported.

Fixes keras-team#20861
Using `keras.ops.math.logsumexp` with an int for `axis` in a functional model would throw an error.
…eras-team#21429)

Arbitrary functions and classes are not allowed.

- Made `Operation` extend `KerasSaveable`, this required moving imports to avoid circular imports
- `Layer` no longer need to extend `KerasSaveable` directly
- Made feature space `Cross` and `Feature` extend `KerasSaveable`
- Also dissallow public function `enable_unsafe_deserialization`
…developed dtypes_new_test.py to use requires_tpu marker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants