假设我有一个张量形状[3, 5, 200, 300, 3]。我怎样才能合并前两个暗淡在一起,以便我有张量的形状[15, 200, 300, 3]。然后,我可以反向合并操作并具有原始形状。
[3, 5, 200, 300, 3]
[15, 200, 300, 3]
python tensorflow
python ×1
tensorflow ×1