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
The references/video_classification/train.py script can be generalised for finetuning on any dataset with just a few changes.
3 additional arguments would be needed:
parser.add_argument('--train-dir', default='train_avi-480p', help='name of train dir')
parser.add_argument('--val-dir', default='val_avi-480p', help='name of val dir')
parser.add_argument('--output-classes', default=None, help='no. of output classes (if finetuning)')