Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ If we want to finetune the ImageNet model with `1000` classes on another classif
* Pass this argument `--model.classification.finetune-pretrained-model` to enable finetuning
* Specify number of classes in pre-trained model using `--model.classification.n-pretrained-classes` argument
* Specify the location of pre-trained weights using `--model.classification.pretrained` argument
* Pass this argument `--model.resume-exclude-scopes classifier`

For a concrete example, see training recipe of [MobileViTv2](README-mobilevit-v2.md)

Expand Down