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

posted @ 2018-11-13 11:27  Lemon_Rain  阅读(707)  评论(0编辑  收藏  举报