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
64f323b1
"...python/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "c04a8a820bd45248ed71f677bda43cd977a137e8"
Commit
64f323b1
authored
May 07, 2021
by
vedanshu
Browse files
new line added
parent
b796549a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
official/vision/beta/projects/deepmac_maskrcnn/serving/detection.py
...ision/beta/projects/deepmac_maskrcnn/serving/detection.py
+1
-0
official/vision/beta/projects/deepmac_maskrcnn/serving/detection_test.py
.../beta/projects/deepmac_maskrcnn/serving/detection_test.py
+2
-1
official/vision/beta/projects/deepmac_maskrcnn/serving/export_saved_model.py
...a/projects/deepmac_maskrcnn/serving/export_saved_model.py
+1
-0
No files found.
official/vision/beta/projects/deepmac_maskrcnn/serving/detection.py
View file @
64f323b1
...
@@ -43,3 +43,4 @@ class DetectionModule(detection.DetectionModule):
...
@@ -43,3 +43,4 @@ class DetectionModule(detection.DetectionModule):
type
(
self
.
params
.
task
.
model
)))
type
(
self
.
params
.
task
.
model
)))
return
model
return
model
official/vision/beta/projects/deepmac_maskrcnn/serving/detection_test.py
View file @
64f323b1
...
@@ -111,4 +111,5 @@ class DetectionExportTest(tf.test.TestCase, parameterized.TestCase):
...
@@ -111,4 +111,5 @@ class DetectionExportTest(tf.test.TestCase, parameterized.TestCase):
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
tf
.
test
.
main
()
tf
.
test
.
main
()
\ No newline at end of file
official/vision/beta/projects/deepmac_maskrcnn/serving/export_saved_model.py
View file @
64f323b1
...
@@ -106,3 +106,4 @@ def main(_):
...
@@ -106,3 +106,4 @@ def main(_):
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
app
.
run
(
main
)
app
.
run
(
main
)
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