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
b48046ed
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "e721993c27c25a2faf3f7033facc2bfadc2d07f2"
Commit
b48046ed
authored
Jun 30, 2020
by
syiming
Browse files
multilevel_native_crop_and_resize doesn't support bfloat16
parent
81bc290f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/utils/spatial_transform_ops.py
research/object_detection/utils/spatial_transform_ops.py
+1
-1
No files found.
research/object_detection/utils/spatial_transform_ops.py
View file @
b48046ed
...
@@ -421,7 +421,7 @@ def multilevel_native_crop_and_resize(images, boxes, box_levels,
...
@@ -421,7 +421,7 @@ def multilevel_native_crop_and_resize(images, boxes, box_levels,
images: A list of 4-D tensor of shape
images: A list of 4-D tensor of shape
[batch, image_height, image_width, depth] representing features of
[batch, image_height, image_width, depth] representing features of
different size.
different size.
boxes: A `Tensor` of type `float32`
or 'bfloat16'
.
boxes: A `Tensor` of type `float32`.
A 3-D tensor of shape `[batch, num_boxes, 4]`. The boxes are specified in
A 3-D tensor of shape `[batch, num_boxes, 4]`. The boxes are specified in
normalized coordinates and are of the form `[y1, x1, y2, x2]`. A
normalized coordinates and are of the form `[y1, x1, y2, x2]`. A
normalized coordinate value of `y` is mapped to the image coordinate at
normalized coordinate value of `y` is mapped to the image coordinate at
...
...
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