-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move classification unit tests to OTX tests (#1932)
* [CI] Updated daily workflow (#1904) Updated daily workflow - remove if statement to allow running on any branch by manually * [FIX] re-bugfix: ATSS head loss (#1907) re bugfix * Added security.md Added the security related notification. * Update security.md fix prettier issue * Move classification unit tests * Apply mocker in RandAugment TC --------- Co-authored-by: Yunchu Lee <yunchu.lee@intel.com> Co-authored-by: Eunwoo Shin <eunwoo.shin@intel.com>
- Loading branch information
1 parent
d9ec6ad
commit 28b9341
Showing
25 changed files
with
17 additions
and
23 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
tests/unit/algorithms/classification/adapters/mmcls/models/losses/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"""Test for otx.algorithms.classification.adapters.mmcls.models.losses.""" | ||
# Copyright (C) 2023 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
tests/unit/mpa/modules/models/__init__.py → ...tion/adapters/mmcls/optimizer/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Test for otx.mpa.modules.models""" | ||
|
||
"""Test for otx.algorithms.classification.adapters.mmcls.optimizer""" | ||
# Copyright (C) 2023 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...pa/modules/models/classifiers/__init__.py → ...ommon/adapters/mmcv/pipelines/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Test for otx.mpa.modules.models.classifiers""" | ||
|
||
"""Test for otx.algorithms.common.adapters.mmcv.pipelines""" | ||
# Copyright (C) 2023 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# |
4 changes: 4 additions & 0 deletions
4
tests/unit/algorithms/common/adapters/mmcv/pipelines/transforms/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"""Test for otx.algorithms.common.adapters.mmcv.pipelines.transforms""" | ||
# Copyright (C) 2023 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...pelines/transforms/test_ote_transforms.py → ...pelines/transforms/test_otx_transforms.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
tests/unit/mpa/modules/datasets/pipelines/transforms/__init__.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.