Update default config

This commit is contained in:
mbsantiago 2025-09-10 21:49:57 +01:00
parent e65d5a6846
commit 74c419f674

View File

@ -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