Skip to content

Commit

Permalink
remove warmup_epochs from config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Nov 14, 2024
1 parent dfea01d commit 58f7f3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion luxonis_train/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ class CallbackConfig(BaseModelExtraForbid):
class OptimizerConfig(BaseModelExtraForbid):
name: str = "Adam"
apply_custom_lr: bool = False
warmup_epochs: int = 0
params: Params = {}


Expand Down

0 comments on commit 58f7f3f

Please sign in to comment.