ig65m-pytorch icon indicating copy to clipboard operation
ig65m-pytorch copied to clipboard

Provide convenient fine-tuning tool for users

Open daniel-j-h opened this issue 6 years ago • 2 comments

We should provide a tool where the user can load up a pre-trained model, point it at a dataset (e.g. directory of labeled videos), and have it fine-tune the model automatically.

daniel-j-h avatar Sep 27 '19 17:09 daniel-j-h

you can easily repurpose the reference script from torchvision for that :)

bjuncek avatar Sep 27 '19 17:09 bjuncek

Good point! For reference:

https://github.com/pytorch/vision/tree/v0.4.0/references/video_classification

daniel-j-h avatar Sep 27 '19 18:09 daniel-j-h