Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sungmanc committed Aug 16, 2023
1 parent b14a5ab commit 19a512f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/otx/recipes/stages/classification/incremental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,15 @@ custom_hooks: [
start: 3,
min_delta_ratio: 0.01,
priority: 75,
},
{
type: AdaptiveRepeatDataHook,
priority: ABOVE_NORMAL
}
]

ignore: True
adaptive_validation_interval:
max_interval: 5
enable_adaptive_interval_hook: True
enable_eval_before_run: True


custom_hooks: [
{
type:"AdaptiveRepeatDataHook",
priority:"ABOVE_NORMAL"
}
]
enable_eval_before_run: True

0 comments on commit 19a512f

Please sign in to comment.