We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Hello Sir, I think an import call can fix this problem. Can you assign this issue to me?
Sorry, something went wrong.
No branches or pull requests
I suppose some things must have changed since the course was released.
The text was updated successfully, but these errors were encountered: