Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

from otx.algorithms.common.adapters.mmcv.utils import (
get_dataset_configs,
patch_color_conversion,
)
from otx.algorithms.common.utils.logger import get_logger

Expand Down Expand Up @@ -49,8 +48,6 @@ def patch_datasets(
for cfg in cfgs:
cfg.update(kwargs)

patch_color_conversion(config)


def patch_evaluation(config: Config, task: str):
"""Patch evaluation."""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ learning_parameters:
warning: This is applied exclusively when early stopping is enabled.
use_adaptive_interval:
affects_outcome_of: TRAINING
default_value: false
default_value: true
description: Depending on the size of iteration per epoch, adaptively update the validation interval and related values.
editable: true
header: Use adaptive validation interval
Expand Down
4 changes: 0 additions & 4 deletions src/otx/recipes/stages/classification/incremental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ custom_hooks: [
start: 3,
min_delta_ratio: 0.01,
priority: 75,
},
{
type: AdaptiveRepeatDataHook,
priority: ABOVE_NORMAL
}
]

Expand Down