gpt4 book ai didi

python - 使用 joblib 加载 pkl 文件时出错

转载 作者:太空宇宙 更新时间:2023-11-04 02:46:16 30 4
gpt4 key购买 nike

正在关注 this发布,我正在尝试使用 joblib 执行代码。但是我收到以下错误:

classify=joblib.load("traindata.pkl")

ValueError: You may be trying to read with python 3 a joblib pickle generated with python 2. This feature is not supported by joblib.

doc ,它说我正在使用 python3,这就是出现此错误的原因。

如何使用python3读取pkl文件?

谢谢!

最佳答案

不幸的是,你不能!

If you are switching between python versions, you will need to save a different joblib pickle for each python version.

https://pythonhosted.org/joblib/persistence.html#compatibility-across-python-versions

这很可怕,但仅此而已。

关于python - 使用 joblib 加载 pkl 文件时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45062999/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com