标量()参数1必须为numpy.dtype错误

时间:2019-03-26 07:20:29

标签: python numpy pickle

我正在使用仅包含一些超参数的pickle文件,当我尝试加载pickle文件时,出现以下错误:

 saved_args = pickle.load(f)
TypeError: scalar() argument 1 must be numpy.dtype, not numpy.dtype

有人可以帮我弄清楚这个错误吗?

0 个答案:

没有答案