在分析张量流异物检测模型时,我面临“形状不兼容”的问题。
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.
...
基本上,我想获得模型的触发器。
如何解决此问题?还有其他方法可以取得模型的失败吗?