Skip to content

Commit

Permalink
Avoid extra multilabel model copying in config manager
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Mar 15, 2023
1 parent a521ff0 commit 8990127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion otx/cli/manager/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ def build_workspace(self, new_workspace_path: Optional[str] = None) -> None:
(template_dir, "deployment.py", self.workspace_root),
(template_dir, "hpo_config.yaml", self.workspace_root),
(template_dir, "model_hierarchical.py", self.workspace_root),
(template_dir, "model_multilabel.py", self.workspace_root),
]
for target_dir, file_name, dest_dir in config_files:
self._copy_config_files(target_dir, file_name, dest_dir)
Expand Down

0 comments on commit 8990127

Please sign in to comment.