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

tensorflow.python.framework.errors_impl.NotFoundError: No registered '_FusedConv2D' OpKernel for 'CPU' devices compatible with node {{node conv2d_1/BiasAdd}} . Registered: <no registered kernels> [[conv2d_1/BiasAdd]] #41

Open
VayerMaking opened this issue Jun 2, 2020 · 0 comments

Comments

@VayerMaking
Copy link

pi@raspberrypi:~/ML-examples/multi-gesture-recognition $ python3 run.py day1/model.h5
Using TensorFlow backend.
2020-06-02 19:07:06.269994: E tensorflow/core/platform/hadoop/hadoop_file_system.cc:132] HadoopFileSystem load error: libhdfs.so: cannot open shared object file: No such file or directory
pygame 1.9.4.post1
Hello from the pygame community. https://www.pygame.org/contribute.html
Loading model
WARNING:tensorflow:From /home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/ops/resource_variable_ops.py:1630: calling BaseResourceVariable.init (from tensorflow.python.ops.resource_variable_ops) with constraint is deprecated and will be removed in a future version.
Instructions for updating:
If using Keras pass *_constraint arguments to layers.
Now running!
2020-06-02 19:07:18.547858: W tensorflow/core/grappler/utils/graph_view.cc:843] No registered '_FusedConv2D' OpKernel for CPU devices compatible with node {{node conv2d_3/BiasAdd}}
. Registered:

2020-06-02 19:07:18.550973: W tensorflow/core/grappler/utils/graph_view.cc:843] No registered '_FusedConv2D' OpKernel for CPU devices compatible with node {{node conv2d_2/BiasAdd}}
. Registered:

2020-06-02 19:07:18.553986: W tensorflow/core/grappler/utils/graph_view.cc:843] No registered '_FusedConv2D' OpKernel for CPU devices compatible with node {{node conv2d_1/BiasAdd}}
. Registered:

2020-06-02 19:07:18.648451: E tensorflow/core/common_runtime/executor.cc:659] Executor failed to create kernel. Not found: No registered '_FusedConv2D' OpKernel for 'CPU' devices compatible with node {{node conv2d_1/BiasAdd}}
. Registered:

 [[conv2d_1/BiasAdd]]

Traceback (most recent call last):
File "run.py", line 93, in
main()
File "run.py", line 66, in main
classes = model.predict(np.array([x]))[1]
File "/usr/local/lib/python3.7/dist-packages/keras/engine/training.py", line 1462, in predict
callbacks=callbacks)
File "/usr/local/lib/python3.7/dist-packages/keras/engine/training_arrays.py", line 324, in predict_loop
batch_outs = f(ins_batch)
File "/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/keras/backend.py", line 3559, in call
self._make_callable(feed_arrays, feed_symbols, symbol_vals, session)
File "/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/keras/backend.py", line 3496, in _make_callable
callable_fn = session._make_callable_from_options(callable_opts)
File "/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1503, in _make_callable_from_options
return BaseSession._Callable(self, callable_options)
File "/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1458, in init
session._session, options_ptr)
tensorflow.python.framework.errors_impl.NotFoundError: No registered '_FusedConv2D' OpKernel for 'CPU' devices compatible with node {{node conv2d_1/BiasAdd}}
. Registered:

 [[conv2d_1/BiasAdd]]

pi@raspberrypi:~/ML-examples/multi-gesture-recognition $

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

1 participant