mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-23 06:41:53 +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.
13 lines
331 B
ReStructuredText
13 lines
331 B
ReStructuredText
Train command
|
|
=============
|
|
|
|
Use ``batdetect2 train`` to start from a fresh model config or continue from an
|
|
existing checkpoint.
|
|
|
|
If you want to adapt an existing checkpoint to a new target definition, use
|
|
``batdetect2 finetune`` instead.
|
|
|
|
.. click:: batdetect2.cli.train:train_command
|
|
:prog: batdetect2 train
|
|
:nested: none
|