标签: tensorflow view tensorflow2.0 torch
l_conv4_3 = l_conv4_3.view(batch_size, -1, 4) # (N, 5776, 4), there are a total 5776 boxes on this feature map
尝试使用tensorflow 2.0重塑这样的形状。 张量流中重塑特征图的视图函数的等效性是什么?