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

Error while running test.py #32

Open
Santoshvelamala opened this issue Jul 26, 2020 · 0 comments
Open

Error while running test.py #32

Santoshvelamala opened this issue Jul 26, 2020 · 0 comments

Comments

@Santoshvelamala
Copy link

Traceback (most recent call last):
File "test.py", line 69, in
image, boxes, scores, classes = _decode.detect_image(image, True)
File "/home/user/santosh/keras-yolo4/decode_np.py", line 23, in detect_image
boxes, scores, classes = self.predict(pimage, image.shape)
File "/home/user/santosh/keras-yolo4/decode_np.py", line 135, in predict
outs = self._yolo.predict(image)
File "/home/user/anaconda3/lib/python3.7/site-packages/keras/engine/training.py", line 1462, in predict
callbacks=callbacks)
File "/home/user/anaconda3/lib/python3.7/site-packages/keras/engine/training_arrays.py", line 324, in predict_loop
batch_outs = f(ins_batch)
File "/home/user/anaconda3/lib/python3.7/site-packages/tensorflow_core/python/keras/backend.py", line 3476, in call
run_metadata=self.run_metadata)
File "/home/user/anaconda3/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1472, in call
run_metadata_ptr)
tensorflow.python.framework.errors_impl.UnimplementedError: Fused conv implementation does not support grouped convolutions for now.
[[{{node conv2d_94/BiasAdd}}]]

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