-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple mmpretrain: Mobilenet-V3-large (#3271)
* Initial commit for decouple mmpretrain * Remove mv3 with mmlab recipes * Fix XAI explain functions * Revisit ignored_label for multi-label & h-label head * Fix XAI with H-label * Fix H-label & export with explain * Add TODO comments * Rename mv_cfgs to backbone_configs * Fix mode default value
- Loading branch information
Showing
30 changed files
with
2,374 additions
and
549 deletions.
There are no files selected for viewing
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
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,8 @@ | ||
# Copyright (C) 2024 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
"""Head modules for OTX custom model.""" | ||
|
||
from .base_classifier import ImageClassifier | ||
|
||
__all__ = ["ImageClassifier"] |
Oops, something went wrong.