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
Hi,
Thank you for your work, firstly.
Do we need to add x = x.mean(2) in forward function of the I3D model?
And why do you add if config.model == 'i3d': targets = torch.unsqueeze(targets, -1) in train_epoch while it has not been added in validation_epoch?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for your work, firstly.
Do we need to add
x = x.mean(2)
in forward function of the I3D model?And why do you add
if config.model == 'i3d': targets = torch.unsqueeze(targets, -1)
in train_epoch while it has not been added in validation_epoch?The text was updated successfully, but these errors were encountered: