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
Is there a need to convert sparse to dense for loss calculation and backward pass, or can we use the inverse map and calculate loss between two sparse tensors i.e find argmax without using logits.dense() and compare with pointwise labels. Will this work too?
The text was updated successfully, but these errors were encountered:
Is there a need to convert sparse to dense for loss calculation and backward pass, or can we use the inverse map and calculate loss between two sparse tensors i.e find argmax without using logits.dense() and compare with pointwise labels. Will this work too?
The text was updated successfully, but these errors were encountered: