tensorflow 2.0与火炬的视点等效是什么?

时间:2020-06-03 01:20:31

标签: 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重塑这样的形状。 张量流中重塑特征图的视图函数的等效性是什么?

0 个答案:

没有答案