HOC icon indicating copy to clipboard operation
HOC copied to clipboard

Results 1 HOC issues
Sort by recently updated
recently updated
newest added

Hi, I have some problem about your Forward loss function: def forward_loss(output, target, trans_mat, index = None): # l_{forward}(y, h(x)) = l_{ce}(y, h(x) @ T) outputs = F.softmax(output, dim=1) if...