tf.profiler为ssd mobilenet V2对象检测模型提供了不兼容的形状

时间:2018-10-01 08:14:44

标签: tensorflow object-detection

在分析张量流异物检测模型时,我面临“形状不兼容”的问题。

Node FeatureExtractor/MobilenetV2/Conv/Conv2D incompatible shapes: Shapes (?, ?, ?, 32) and (1, 32, 256, 256) are not compatible.
Node FeatureExtractor/MobilenetV2/Conv/Relu6 incompatible shapes: Shapes (?, ?, ?, 32) and (1, 32, 256, 256) are not compatible.
Node FeatureExtractor/MobilenetV2/expanded_conv/depthwise/depthwise incompatible shapes: Shapes (?, ?, ?, 32) and (1, 32, 256, 256) are not compatible.
Node FeatureExtractor/MobilenetV2/expanded_conv/depthwise/Relu6 incompatible shapes: Shapes (?, ?, ?, 32) and (1, 32, 256, 256) are not compatible.
Node FeatureExtractor/MobilenetV2/expanded_conv/project/Conv2D incompatible shapes: Shapes (?, ?, ?, 16) and (1, 16, 256, 256) are not compatible.
...

基本上,我想获得模型的触发器。

如何解决此问题?还有其他方法可以取得模型的失败吗?

0 个答案:

没有答案