mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 15:20:19 +02:00
Update default scheduler params
This commit is contained in:
parent
23ac619c50
commit
91806aa01e
@ -34,7 +34,7 @@ class CosineAnnealingSchedulerConfig(BaseConfig):
|
||||
"""
|
||||
|
||||
name: Literal["cosine_annealing"] = "cosine_annealing"
|
||||
t_max: int = 100
|
||||
t_max: int = 200
|
||||
|
||||
|
||||
scheduler_registry: Registry[LRScheduler, [Optimizer]] = Registry("scheduler")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user