在keras_yolo中model函数下的yolo_head下:grid_shape = K.shape(feats)[1:3]
grid_shape:
<tf.Tensor ‘strided_slice:0’ shape=(0,) dtype=int32>
cifar10的例子中也有。

具体参考;https://blog.csdn.net/eForever/article/details/84025314

相关文章: