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
In the file libs/config/defaults.py there's an indication of ImageNet as training dataset and kinetics as test dataset, why is that?
If we want to train on a different dataset say CIFAR100, would it suffice to just change the data options in defaults.py?
Also, there seems to be some some PCA eigenvalues (I suppose from the dataset?) in the defaults.py, how are those gonna affect the model when training on a different dataset other than ImageNet?
The text was updated successfully, but these errors were encountered:
In the file
libs/config/defaults.py
there's an indication of ImageNet as training dataset and kinetics as test dataset, why is that?If we want to train on a different dataset say CIFAR100, would it suffice to just change the data options in
defaults.py
?Also, there seems to be some some PCA eigenvalues (I suppose from the dataset?) in the
defaults.py
, how are those gonna affect the model when training on a different dataset other than ImageNet?The text was updated successfully, but these errors were encountered: