Can't load .pkl file

219 Views Asked by At

I am using minibatch k-means clustering. The .pkl file is generated using Ubuntu then we would like to load it to Raspberry Pi which has an OS of Raspbian. After doing so, I've encountered the error below.

The libraries used are the following:

  • scikit-learn v0.18
  • scipy v0.18
  • python 2.7
  • numpy 1.11.2

Can anyone help me with this? Thank you! enter image description here

ValueError: Buffer dtype mismatch; next field is at offset 12 but 16 expected
0

There are 0 best solutions below