-
Notifications
You must be signed in to change notification settings - Fork 81
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
Issue running mnist_conv.py - Process finished with exit code 132 (interrupted by signal 4:SIGILL) #4
Comments
schultz77
changed the title
Issue running mnist_conv.py
Issue running mnist_conv.py - Process finished with exit code 132 (interrupted by signal 4:SIGILL)
Apr 18, 2024
I am trying to load the mnist data without tensorflow but i am have save errors with reshape:
Do you have any hint? Thx! |
It runs using this approach. However, I am not 100% sure:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Amazing tutorial again. Unfortunately i am facing some problems with the code
my system:
in order to get free of errors i had to modify the code:
from:
from keras.utils import np_utils
to:
from keras.utils import to_categorical
After running it i've got following error:
After installing tensorflow and running the script:
Could you please support me with this?
i am really looking forward to debug the script to get deeper understanding of it.
Thank You in advance!
The text was updated successfully, but these errors were encountered: