forked from open-mmlab/mmrazor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove useless files (open-mmlab#156)
- Loading branch information
Showing
7 changed files
with
0 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
from .functions import * # noqa: F401,F403 | ||
from .modules import * # noqa: F401,F403 | ||
from .ops import * # noqa: F401,F403 |
Empty file.
Empty file.
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,3 +1,2 @@ | ||
from .anchor import * # noqa: F401,F403 | ||
from .bbox import * # noqa: F401,F403 | ||
from .post_processing import * # noqa: F401,F403 |
Empty file.
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,3 @@ | ||
from .dense_heads import * # noqa: F401,F403 | ||
from .detectors import * # noqa: F401,F403 | ||
from .necks import * # noqa: F401,F403 | ||
from .roi_heads import * # noqa: F401,F403 |
Empty file.