Categories
Misc

Combined accuracy of multioutput Model keras

Combined accuracy of multioutput Model keras

Hi, I have a model of the following structure. It has 6 outputs. Given an image, the model predicts classes of 6 different components from the image.

Multi output keras model

The metrics I used are:

Metrics used

As you can see it outputs an overall combined loss and separate losses for different outputs. But there is no combined accuracy score. What I want is a combined accuracy score ( Which will consider a sample is correct if all the output labels are correct). How can I calculate overall combined accuracy for my multioutput model?

https://preview.redd.it/q8ftc4r03af81.png?width=1003&format=png&auto=webp&s=9d0106a9e9c1c6583a16fac386d1248cb97a31b8

submitted by /u/Aditya_Larma
[visit reddit] [comments]

Leave a Reply

Your email address will not be published. Required fields are marked *