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

cannot import name 'np_utils' from 'keras.utils' #76

Open
nelsnelson opened this issue Dec 3, 2023 · 1 comment
Open

cannot import name 'np_utils' from 'keras.utils' #76

nelsnelson opened this issue Dec 3, 2023 · 1 comment

Comments

@nelsnelson
Copy link

I suppose some things must have changed since the course was released.

(venv) nelsnelson@neptuno:~/Documents/code/ml-class/videos/intro[master]$ python perceptron-single.py 
Traceback (most recent call last):
  File "/Users/nelsnelson/Documents/code/ml-class/videos/intro/perceptron-single.py", line 4, in <module>
    from keras.utils import np_utils
ImportError: cannot import name 'np_utils' from 'keras.utils' (/Users/nelsnelson/Documents/code/ml-class/venv/lib/python3.9/site-packages/keras/utils/__init__.py)
@YB-24
Copy link

YB-24 commented Aug 11, 2024

Hello Sir,
I think an import call can fix this problem.
Can you assign this issue to me?

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

2 participants