标签: 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系统中工作正常。