出现“ ValueError:数组太大;`arr.size * arr.dtype.itemsize`大于最大可能大小”的作业库错误

时间:2018-11-06 06:34:35

标签: pickle joblib

在Windows计算机上运行代码时出现以下错误:

ValueError: array is too big; `arr.size * arr.dtype.itemsize` is larger than the maximum possible size.


model = joblib.load(model_path + 'linearSVC_all_above20.jbl')

在Windows上运行时,该代码在ubuntu系统中工作正常。

0 个答案:

没有答案