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
Use Kinetics instead of Kinetics400 in references (#5787) (#5952)
* Dataset creation now supports "new" version of Kinetics dataset
* remove unnecessary warning for now
* provide kinetics option
* new reading somehow doesn't need BHWC to BCHW transform
* Addressing minor comments
* Adding kinetics deprication warning for the old Kinetics400 class
* lint error
* Update torchvision/datasets/kinetics.py
Co-authored-by: Nicolas Hug <[email protected]>
* Updating README
* Remove BHWC to BCHW
* Put warning back
* formatting
Co-authored-by: Bruno Korbar <[email protected]>
Co-authored-by: Vasilis Vryniotis <[email protected]>
Co-authored-by: Nicolas Hug <[email protected]>
**Note:** all our models were trained on 8 nodes with 8 V100 GPUs each for a total of 64 GPUs. Expected training time for 64 GPUs is 24 hours, depending on the storage solution.
Since the original release, additional versions of Kinetics dataset became available (Kinetics 600).
40
+
Our training scripts support these versions of dataset as well by setting the `--kinetics-version` parameter to `"600"`.
41
+
42
+
**Note:** training on Kinetics 600 requires a different set of hyperparameters for optimal performance. We do not provide Kinetics 600 pretrained models.
0 commit comments