mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-10 17:19:34 +01:00
Updating configs
This commit is contained in:
parent
ff754a1269
commit
dba6d2d918
@ -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
|
||||||
|
|||||||
8
example_data/dataset.yaml
Normal file
8
example_data/dataset.yaml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user