Skip to content

Issue running mnist_conv.py - Process finished with exit code 132 (interrupted by signal 4:SIGILL) #4

Description

@schultz77

Hi,
Amazing tutorial again. Unfortunately i am facing some problems with the code

my system:

Python 3.12.3 [GCC 11.4.0] on linux
I am running it in an old Laptop
linux kernel 5.15.0-102-generic, processor Intel Pentium CPU N3540 @ 2.16GHz × 4, memory 7.6 GiB

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:

File "../lib/python3.12/site-packages/keras/src/utils/tree.py", line 12, in

from tensorflow.python.trackable.data_structures import ListWrapper

ModuleNotFoundError: No module named 'tensorflow'

After installing tensorflow and running the script:

Process finished with exit code 132 (interrupted by signal 4:SIGILL)

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions