ARM-software / ML-examples

Arm Machine Learning tutorials and examples

Home Page:https://developer.arm.com/technologies/machine-learning-on-arm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]]

VayerMaking opened this issue · comments

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 $