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,
This error comes up.
Can anyone help me??
