mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-10 00:59:34 +01:00
Update default config
This commit is contained in:
parent
e65d5a6846
commit
74c419f674
@ -111,15 +111,19 @@ train:
|
|||||||
trainer:
|
trainer:
|
||||||
max_epochs: 5
|
max_epochs: 5
|
||||||
|
|
||||||
dataloaders:
|
train_loader:
|
||||||
train:
|
batch_size: 8
|
||||||
batch_size: 8
|
num_workers: 2
|
||||||
num_workers: 2
|
shuffle: True
|
||||||
shuffle: True
|
clipping_strategy:
|
||||||
|
name: random_subclip
|
||||||
|
duration: 0.256
|
||||||
|
|
||||||
val:
|
val_loader:
|
||||||
batch_size: 1
|
num_workers: 2
|
||||||
num_workers: 2
|
clipping_strategy:
|
||||||
|
name: whole_audio_padded
|
||||||
|
chunk_size: 0.256
|
||||||
|
|
||||||
loss:
|
loss:
|
||||||
detection:
|
detection:
|
||||||
@ -136,9 +140,7 @@ train:
|
|||||||
weight: 0.1
|
weight: 0.1
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
name: mlflow
|
name: csv
|
||||||
tracking_uri: http://10.20.20.211:9000
|
|
||||||
log_model: true
|
|
||||||
|
|
||||||
augmentations:
|
augmentations:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user