I’m using Tensorflow 2 to train a binary classification model. I pass the metrics [‘accuracy,’ tf.keras.metrics.Precision() tf.keras.metrics.Recall()] but accuracy, precision, and recall are all the same at every point in time. How to calculate precision and recall correctly?
Home/keras