We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello, I want to pass multiple loss functions to my model but the compile method do not accept more than one loss function.
I want my two defined output use a different loss function How can I achieve this?
from the doc you can give a list or a dictionary of losses.