Skip to content

Commit

Permalink
[temp] update data_cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjuleee committed Jul 5, 2023
1 parent 3fd0156 commit 85c5994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion otx/algorithms/classification/adapters/mmcls/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,12 @@ def configure(
elif self._selfsl:
options_for_patch_datasets["type"] = "SelfSLDataset"

data_cfg = deepcopy(self._data_cfg)

cfg = configurer.configure(
recipe_cfg,
self._model_ckpt,
self._data_cfg,
data_cfg,
training,
subset,
ir_options,
Expand Down

0 comments on commit 85c5994

Please sign in to comment.