tf.strided_slice函数

在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

猜你喜欢

转载自www.cnblogs.com/lemon-rain/p/9951283.html