mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
Update config to remove optimiser level
This commit is contained in:
parent
15de168a20
commit
d67ae9be05
@ -101,6 +101,8 @@ model:
|
|||||||
|
|
||||||
train:
|
train:
|
||||||
batch_size: 8
|
batch_size: 8
|
||||||
|
learning_rate: 0.001
|
||||||
|
t_max: 100
|
||||||
loss:
|
loss:
|
||||||
detection:
|
detection:
|
||||||
weight: 1.0
|
weight: 1.0
|
||||||
@ -114,9 +116,6 @@ train:
|
|||||||
alpha: 2
|
alpha: 2
|
||||||
size:
|
size:
|
||||||
weight: 0.1
|
weight: 0.1
|
||||||
optimizer:
|
|
||||||
learning_rate: 0.001
|
|
||||||
t_max: 100
|
|
||||||
logger:
|
logger:
|
||||||
logger_type: dvclive
|
logger_type: dvclive
|
||||||
augmentations:
|
augmentations:
|
||||||
|
Loading…
Reference in New Issue
Block a user