Replies: 1 comment
-
Hi! In multi-task learning, we typically consider each loss independently, as they each represent a different task. You may still want to track the average loss, or the sum of losses, by recording the value of So yes, you can do that, but be careful! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Great paper. I wonder if there is any way to retrieve the loss information in multi-task learning?
In particular, in the example of MTL, do you still have to add
loss=loss1+loss2
into the script?Beta Was this translation helpful? Give feedback.
All reactions