Cannot access accuracy in results with keras 3 #20529
Labels
stat:awaiting response from contributor
type:support
User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Hi, I am new to Keras and TensorFlow. I am using
keras==3.6.0
andtensorflow==2.18.0
.I created a sequential model and added layers to it. Here is a pseudocode of what I did:
while evaluating the model, I am getting the results as shown below.
Result:
Expected Result:
Is my expectation correct, or do I need to access accuracy differently? Also, the results do not change even if I change the metrics while compiling the model. Any guidance would be appreciated.
eg.
The text was updated successfully, but these errors were encountered: