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

could not create a dilated convolution forward descriptor #24

Open
nm46nm opened this issue Apr 11, 2019 · 2 comments
Open

could not create a dilated convolution forward descriptor #24

nm46nm opened this issue Apr 11, 2019 · 2 comments

Comments

@nm46nm
Copy link

nm46nm commented Apr 11, 2019

I have the following problem when running "demo.py", could anyone tell me how to solve it?
`
WARNING:tensorflow:From C:\Users\10137\Anaconda3\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
C:\Users\10137\Anaconda3\lib\site-packages\keras\engine\saving.py:292: UserWarning: No training configuration found in save file: the model was not compiled. Compile it manually.
warnings.warn('No training configuration found in save file: '
dog.jpg
Traceback (most recent call last):

File "", line 1, in
runfile('C:/Users/10137/Desktop/learn/python/yolov3_keras/demo.py', wdir='C:/Users/10137/Desktop/learn/python/yolov3_keras')

File "C:\Users\10137\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 786, in runfile
execfile(filename, namespace)

File "C:\Users\10137\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)

File "C:/Users/10137/Desktop/learn/python/yolov3_keras/demo.py", line 152, in
image = detect_image(image, yolo, all_classes)

File "C:/Users/10137/Desktop/learn/python/yolov3_keras/demo.py", line 90, in detect_image
boxes, classes, scores = yolo.predict(pimage, image.shape)

File "C:\Users\10137\Desktop\learn\python\yolov3_keras\model\yolo_model.py", line 212, in predict
outs = self._yolo.predict(image)

File "C:\Users\10137\Anaconda3\lib\site-packages\keras\engine\training.py", line 1169, in predict
steps=steps)

File "C:\Users\10137\Anaconda3\lib\site-packages\keras\engine\training_arrays.py", line 294, in predict_loop
batch_outs = f(ins_batch)

File "C:\Users\10137\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 2715, in call
return self._call(inputs)

File "C:\Users\10137\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 2675, in _call
fetched = self._callable_fn(*array_vals)

File "C:\Users\10137\Anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 1439, in call
run_metadata_ptr)

File "C:\Users\10137\Anaconda3\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 528, in exit
c_api.TF_GetCode(self.status.status))

AbortedError: Operation received an exception:Status: 3, message: could not create a dilated convolution forward descriptor, in file tensorflow/core/kernels/mkl_conv_ops.cc:1111
[[{{node conv2d_2/convolution}}]]
`

@gdut3118007086
Copy link

do you solve the problem? i meet the same problem

@MisbahAF
Copy link

MisbahAF commented Aug 26, 2019

I meet the same problem too..... I downgraded the Keras version but still getting the same error....

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

3 participants