python 读取npy文件

npy 文件用于存储重建ndarray 所需的数据、图形、dtype 和其他信息

import numpy as np

load_npy = np.load("path/XXX.npy")

你可能感兴趣的:(python,开发语言,后端)