Open sachinkmohan opened 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is a regression problem, I think that's why we only can get a loss for the problem.
NOTE: You can add the following line :- model.compile(optimizer=sgd,loss=ssd_loss.compute_loss, metrics=[tf.keras.metrics.Accuracy()]) But you will get accuracy as "00+e00".(because it's a regression problem.)
How to calculate accuracy during training?
I tried the below in the code in ssd7_training.ipynb file and didn't work. Any help would be awesome!
model.compile(optimizer=adam, loss=ssd_loss.compute_loss, metrics=['accuracy'])