未验证 提交 ea8cc8cf 编写于 作者: Y Yiming Shi 提交者: GitHub

Update faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py

Fix typo
上级 0cceabfc
......@@ -77,8 +77,7 @@ class _ResnetFPN(tf.keras.layers.Layer):
feature_maps: A list of tensors with shape [batch, height, width, depth]
represent extracted features.
"""
inputs =
.pad_to_multiple(inputs, self.pad_to_multiple)
inputs = ops.pad_to_multiple(inputs, self.pad_to_multiple)
backbone_outputs = self.classification_backbone(inputs)
feature_block_list = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册