Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Unknown mat file type, version 54, 48 #48

Open
defyingdemonprogram opened this issue Dec 20, 2023 · 0 comments
Open

ValueError: Unknown mat file type, version 54, 48 #48

defyingdemonprogram opened this issue Dec 20, 2023 · 0 comments

Comments

@defyingdemonprogram
Copy link

In Week 1-> regularization notebook -> I canot load dataset

1 x_train, y_train, X_test, y_test = load_2D_dataset()

3 frames
[/usr/local/lib/python3.10/dist-packages/scipy/io/matlab/_miobase.py](https://localhost:8080/#) in _get_matfile_version(fileobj)
    247     if maj_val in (1, 2):
    248         return ret
--> 249     raise ValueError('Unknown mat file type, version %s, %s' % ret)
    250 
    251 

ValueError: Unknown mat file type, version 54, 48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant