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!
ValueError: Buffer dtype mismatch; next field is at offset 12 but 16 expected