摘要: 原来还可以用数组切数组,我算是长见识了。不多说了,直接上代码应该可以明白 import numpy as np xyz = np.arange(36).reshape(3, 4, 3) B, N, C = xyz.shape farthest = np.random.randint(0, N, si 阅读全文
posted @ 2023-05-01 21:31 The1912 阅读(65) 评论(0) 推荐(0) 编辑