1. 程式人生 > >tf.strided_slice函式

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