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
Thanks a lot for open-sourcing the code. I follow the instruction of SSv2 to prepare the Kinetics. Both the validation set and test set category ID starts from 0, as mentioned in the issue. On Kinetics, I follow the same parameters used in SSv2 to train:
I train on 1 A100 GPU with PyTorch 1.10.0. Here is the training log.csv.
I used the checkpoint best performed on the validation set ckpt24.best.pth.tar for testing. The 1-shot mean accuracy is 72.47, 1.79 lower than reported 74.26. But on SSv2 I obtain 44.30, higher than 43.82 reported in the paper. I'm not sure about the reason.
Could you please share the parameters for training the Kinetics?
The text was updated successfully, but these errors were encountered:
Thanks a lot for open-sourcing the code. I follow the instruction of SSv2 to prepare the Kinetics. Both the validation set and test set category ID starts from 0, as mentioned in the issue. On Kinetics, I follow the same parameters used in SSv2 to train:
I train on 1 A100 GPU with PyTorch 1.10.0. Here is the training log.csv.
I used the checkpoint best performed on the validation set
ckpt24.best.pth.tar
for testing. The 1-shot mean accuracy is 72.47, 1.79 lower than reported 74.26. But on SSv2 I obtain 44.30, higher than 43.82 reported in the paper. I'm not sure about the reason.Could you please share the parameters for training the Kinetics?
The text was updated successfully, but these errors were encountered: