TensorFlow.NET
TensorFlow.NET copied to clipboard
How to pass to model compile multiple loss function?
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.
I'm also interested to build a multi-head (value head + policy head) model