I have a Keras model with multiple output layers. I want to have a loss function, that computes a loss based on two of the model output layers.
Can I do this in a simple way, without using a custom train loop or adding a layer for this?
I have a Keras model with multiple output layers. I want to have a loss function, that computes a loss based on two of the model output layers.
Can I do this in a simple way, without using a custom train loop or adding a layer for this?