Fine-tuning
Compare changes
Files
8+ 15
− 2
@@ -10,7 +10,7 @@ using LazyArtifacts
@@ -19,9 +19,19 @@ function pretrained_models(name)
@@ -32,6 +42,9 @@ function main(args=ARGS)
Support for fine-tuning and the tagging-backend finetune
command.
New finetune_model.py
script.
Properties n_pretraining_iter
and n_finetuning_iter
from class MaggotClassifier
are available in class MaggotTrainer
.
scripts/make_models.jl
creates the 20230311
and 20230311-0
instances in the models directory.
Branch 20230311 diverges.