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
chosen_indices_validity=mask.squeeze()[c, y, x].bool()
does not work for batch size 1 e.g. evaluation sampling? Currently, my eval mask has shape torch.Size([1, 640, 480, 1]), if that's correct (since I am using a custom datamanger).
The other methods seem to use
mask[..., 0]
The text was updated successfully, but these errors were encountered:
Hi, I believe
does not work for batch size 1 e.g. evaluation sampling? Currently, my eval mask has shape torch.Size([1, 640, 480, 1]), if that's correct (since I am using a custom datamanger).
The other methods seem to use
The text was updated successfully, but these errors were encountered: