Closed tilakrayal closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.98%. Comparing base (
96e07ec
) to head (a8641cc
).:exclamation: There is a different number of reports uploaded between BASE (96e07ec) and HEAD (a8641cc). Click for more details.
HEAD has 6 uploads less than BASE
| Flag | BASE (96e07ec) | HEAD (a8641cc) | |------|------|------| |keras|4|1| |keras-torch|1|0| |keras-tensorflow|1|0| |keras-jax|1|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The example mentioned for the Keras API binarycrossentropy was failing with the error AttributeError: 'list' object has no attribute 'shape'.
It works if we change the input from list to arrays.