np.stack(x_new, axis=-2)

### np.stack(x_new, axis=-2) 在函数中,`x_new = np.stack(x_new, axis=-2)` 的目的是将保留区域的 `x` 数组沿着倒数第二个维度进行堆叠,得到一个新的数组 `x_new`,该数组的维度为 `(6940, 45, 90, a, 9)`,其中
posted @ 2023-07-01 20:34  辛宣  阅读(16)  评论(0编辑  收藏  举报