Skip to content

ModuleNotFoundError: No module named 'keras_rewiring' #132

Description

@sauravtii

Hi, I am trying to run this script, but after running it I am getting the following error. I am using the pypi version of SNN-toolbox. There is no config file as I am facing the error before the config file gets generated.

2022-09-21 17:04:42.640893: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2022-09-21 17:04:42.663173: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-09-21 17:04:42.663183: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
  File "spinnaker_mnist.py", line 9, in <module>
    from keras_rewiring import Sparse, SparseConv2D, SparseDepthwiseConv2D
ModuleNotFoundError: No module named 'keras_rewiring'

Activity

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

Metadata

Metadata

Assignees

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