.mat file ValueError: Unknown mat file type, version 219, 170 only in colab, available in vscode

27 Views Asked by At

I'm trying to use a colab for GPU, and I found that loading .mat file does not working in colab, while it works fine in vscode.

import scipy.io as sio
mat = sio.loadmat('track.mat')

This is the code and it does not cause any error in vscode. However, in colab,

enter image description here

This error comes up.

Can anyone help me??

0

There are 0 best solutions below