-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up mobile-vision/mobile_cv/mobile_cv/model_zoo/tasks
Summary: Pull Request resolved: #198 See summary of D59237876 Reviewed By: rbasch Differential Revision: D59239507 fbshipit-source-id: f8f57167a9642c672d87273f0d5d632cb8435cc2
- Loading branch information
1 parent
28b0a8c
commit ee3a3c0
Showing
3 changed files
with
9 additions
and
3 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,4 +1,8 @@ | ||
#!/usr/bin/env python3 | ||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved | ||
|
||
from . import task_general # noqa | ||
from mobile_cv.common.misc.py import import_matching_modules | ||
|
||
|
||
import_matching_modules("mobile_cv.model_zoo.tasks", "task_general") | ||
# @fb-only: import_matching_modules("mobile_cv.model_zoo.tasks.fb", "*") |
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