Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
93245b4f
Commit
93245b4f
authored
Jul 27, 2022
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jul 27, 2022
Browse files
Export vision.tasks package.
PiperOrigin-RevId: 463617057
parent
a6357413
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
official/vision/tasks/__init__.py
official/vision/tasks/__init__.py
+5
-5
tensorflow_models/vision/__init__.py
tensorflow_models/vision/__init__.py
+2
-0
No files found.
official/vision/tasks/__init__.py
View file @
93245b4f
...
...
@@ -14,8 +14,8 @@
"""Tasks package definition."""
from
official.vision.tasks
import
i
mage
_c
lassification
from
official.vision.tasks
import
maskrcnn
from
official.vision.tasks
import
r
etina
n
et
from
official.vision.tasks
import
s
emantic
_s
egmentation
from
official.vision.tasks
import
v
ideo
_c
lassification
from
official.vision.tasks
.image_classification
import
I
mage
C
lassification
Task
from
official.vision.tasks
.maskrcnn
import
MaskRCNNTask
from
official.vision.tasks
.retinanet
import
R
etina
N
et
Task
from
official.vision.tasks
.semantic_segmentation
import
S
emantic
S
egmentation
Task
from
official.vision.tasks
.video_classification
import
V
ideo
C
lassification
Task
tensorflow_models/vision/__init__.py
View file @
93245b4f
...
...
@@ -17,3 +17,5 @@ from official.vision import configs
from
official.vision
import
serving
from
official.vision.modeling
import
*
from
official.vision.ops
import
*
from
official.vision.tasks
import
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment