mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-22 22:32:18 +02:00
Clarify BatDetect2API usage, add examples and NumPy-style docstrings, and tighten CLI help and reference pages for prediction, training, evaluation, and fine-tuning workflows.
12 lines
300 B
ReStructuredText
12 lines
300 B
ReStructuredText
Finetune command
|
|
================
|
|
|
|
Use ``batdetect2 finetune`` to adapt an existing checkpoint to a new target
|
|
definition.
|
|
|
|
If you do not pass ``--model``, the bundled ``uk_same`` checkpoint is used.
|
|
|
|
.. click:: batdetect2.cli.finetune:finetune_command
|
|
:prog: batdetect2 finetune
|
|
:nested: none
|