TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

How to pass to model compile multiple loss function?

Open Racines opened this issue 4 years ago • 1 comments

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.

Racines avatar Sep 11 '21 15:09 Racines

I'm also interested to build a multi-head (value head + policy head) model

CrimyTheBold avatar Nov 25 '21 08:11 CrimyTheBold