"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "e721993c27c25a2faf3f7033facc2bfadc2d07f2"
Commit b48046ed authored by syiming's avatar syiming
Browse files

multilevel_native_crop_and_resize doesn't support bfloat16

parent 81bc290f
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment