mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-22 22:32:18 +02:00
fix: have 0 default workers for eval
This commit is contained in:
parent
d7e61ccd43
commit
44f9870e9e
@ -77,6 +77,7 @@ DEFAULT_OUTPUT_DIR = Path("outputs") / "evaluation"
|
||||
"num_workers",
|
||||
type=int,
|
||||
help="Number of worker processes for dataset loading.",
|
||||
default=0,
|
||||
)
|
||||
def evaluate_command(
|
||||
model_path: Path,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user