You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder how the joint loss influence the predicted segmentation map?
As in your code, "mask" in used to get centers of pre-defined parts(line851 and line861~863). It seems that tf.argmax is not differentiable( cannot backpropagate gradients to "mask_prob").
So I wonder why it can help generate better segmentation map.
Thanks!
The text was updated successfully, but these errors were encountered:
I wonder how the joint loss influence the predicted segmentation map?
As in your code, "mask" in used to get centers of pre-defined parts(line851 and line861~863). It seems that tf.argmax is not differentiable( cannot backpropagate gradients to "mask_prob").
So I wonder why it can help generate better segmentation map.
Thanks!
The text was updated successfully, but these errors were encountered: