Updating configs

This commit is contained in:
mbsantiago 2025-08-27 23:44:49 +01:00
parent ff754a1269
commit dba6d2d918
3 changed files with 23 additions and 18 deletions

View File

@ -1,14 +1,3 @@
datasets:
train:
name: example dataset
description: Only for demonstration purposes
sources:
- format: batdetect2
name: Example Data
description: Examples included for testing batdetect2
annotations_dir: example_data/anns
audio_dir: example_data/audio
targets: targets:
classes: classes:
classes: classes:
@ -114,9 +103,19 @@ model:
out_channels: 32 out_channels: 32
train: train:
batch_size: 8
learning_rate: 0.001 learning_rate: 0.001
t_max: 100 t_max: 100
dataloaders:
train:
batch_size: 8
num_workers: 2
shuffle: True
val:
batch_size: 8
num_workers: 2
loss: loss:
detection: detection:
weight: 1.0 weight: 1.0
@ -130,14 +129,12 @@ train:
alpha: 2 alpha: 2
size: size:
weight: 0.1 weight: 0.1
logger: logger:
logger_type: mlflow logger_type: csv
experiment_name: batdetect2
tracking_uri: http://localhost:5000
log_model: true
save_dir: outputs/log/ save_dir: outputs/log/
artifact_location: outputs/artifacts/ name: logs
checkpoint_path_prefix: outputs/checkpoints/
augmentations: augmentations:
steps: steps:
- augmentation_type: mix_audio - augmentation_type: mix_audio

View File

@ -0,0 +1,8 @@
name: example dataset
description: Only for demonstration purposes
sources:
- format: batdetect2
name: Example Data
description: Examples included for testing batdetect2
annotations_dir: example_data/anns
audio_dir: example_data/audio