Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有不同形状的 3d numpy 数组的列表,例如(128、128、3)。现在我想将所有这些数组组合成一个看起来像 (N, ?, ?, ?) 的单个 4d 张量,其中 N 是 3d 数组的数量。我如何用 numpy 实现这一目标?