Open mkrishtopa opened 3 years ago
Me, too. Wait for someone to tell us what to do.
Microsoft Windows [版本 10.0.17763.316] (c) 2018 Microsoft Corporation。保留所有权利。
C:\Windows\system32>cd C:\Users\li1gu\Desktop\Project\YOLOV5\realesrgan-ncnn-vulkan-20210901-windows
C:\Users\li1gu\Desktop\Project\YOLOV5\realesrgan-ncnn-vulkan-20210901-windows>realesrgan-ncnn-vulkan.exe -i 1.png -o 11.png [0 NVIDIA GeForce GTX 1060] queueC=2[8] queueG=0[16] queueT=1[2] [0 NVIDIA GeForce GTX 1060] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0 [0 NVIDIA GeForce GTX 1060] fp16-p/s/a=1/1/0 int8-p/s/a=1/1/1 [0 NVIDIA GeForce GTX 1060] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1 [1 Intel(R) HD Graphics 630] queueC=0[1] queueG=0[1] queueT=0[1] [1 Intel(R) HD Graphics 630] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0 [1 Intel(R) HD Graphics 630] fp16-p/s/a=1/1/0 int8-p/s/a=1/0/0 [1 Intel(R) HD Graphics 630] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1 0.00% vkWaitForFences failed -4 50.00% vkQueueSubmit failed -4
It looks like you have 2 GPUs, try doing
set CUDA_VISIBLE_DEVICES=1 & realesrgan-ncnn-vulkan.exe ...
or whatever number from 0 to the max number until you get the dedicated GPU. I ran into this problem 1 minute ago and noticed it was trying to add frames to my RTX 2060 instead of RTX 3070 and threw the error due to the 2060 being busy with StyleGan.
I do have two GPUs, but there's only one listed.
PS C:\Users\yieatn\Downloads\Compressed\realesrgan-ncnn-vulkan-20210801-windows> .\realesrgan-ncnn-vulkan.exe -i C:/Users/yieatn/Pictures/wallhaven-wqmegx.jpg -o test5.png [0 NVIDIA GeForce GTX 1060] queueC=2[8] queueG=0[16] queueT=1[2] [0 NVIDIA GeForce GTX 1060] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0 [0 NVIDIA GeForce GTX 1060] fp16-p/s/a=1/1/0 int8-p/s/a=1/1/1 [0 NVIDIA GeForce GTX 1060] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1 0.00% 0.12% ... 7.34% 7.46% vkWaitForFences failed -4 7.58% vkQueueSubmit failed -4 7.69% vkQueueSubmit failed -4 ... 12.24% vkQueueSubmit failed -4
Have same issue on laptop with gtx760m
I do have two GPUs, but there's only one listed.
PS C:\Users\yieatn\Downloads\Compressed\realesrgan-ncnn-vulkan-20210801-windows> .\realesrgan-ncnn-vulkan.exe -i C:/Users/yieatn/Pictures/wallhaven-wqmegx.jpg -o test5.png [0 NVIDIA GeForce GTX 1060] queueC=2[8] queueG=0[16] queueT=1[2] [0 NVIDIA GeForce GTX 1060] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0 [0 NVIDIA GeForce GTX 1060] fp16-p/s/a=1/1/0 int8-p/s/a=1/1/1 [0 NVIDIA GeForce GTX 1060] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1 0.00% 0.12% ... 7.34% 7.46% vkWaitForFences failed -4 7.58% vkQueueSubmit failed -4 7.69% vkQueueSubmit failed -4 ... 12.24% vkQueueSubmit failed -4
If you launch something like GPU-Z does it have Vulkan checked?
I'm having the same issue too, right now it's showing both of my integrated GPU and dedicated GPU on my laptop. It threw me error like this:
[0 NVIDIA GeForce GTX 1050] queueC=2[8] queueG=0[16] queueT=1[2] [0 NVIDIA GeForce GTX 1050] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0 [0 NVIDIA GeForce GTX 1050] fp16-p/s/a=1/1/0 int8-p/s/a=1/1/1 [0 NVIDIA GeForce GTX 1050] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1 [1 Intel(R) UHD Graphics 630] queueC=0[1] queueG=0[1] queueT=0[1] [1 Intel(R) UHD Graphics 630] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0 [1 Intel(R) UHD Graphics 630] fp16-p/s/a=1/1/1 int8-p/s/a=1/1/1 [1 Intel(R) UHD Graphics 630] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1 vkWaitForFences failed -4 0.00% vkQueueSubmit failed -4 11.11% vkQueueSubmit failed -4 22.22% vkQueueSubmit failed -4 vkQueueSubmit failed -4 vkQueueSubmit failed -4 33.33% vkQueueSubmit failed -4 44.44% vkQueueSubmit failed -4 55.56% vkQueueSubmit failed -4 vkQueueSubmit failed -4 vkQueueSubmit failed -4 66.67% vkQueueSubmit failed -4 77.78% vkQueueSubmit failed -4 88.89% vkQueueSubmit failed -4
Same here, on linux laptop. :( With only 1 integrated intel gpu/
My GPU run at 99.99% for a few seconds and after crash with something like :
vkQueueSubmit failed -4
vkQueueSubmit failed -4
vkQueueSubmit failed -4
66.67%
vkQueueSubmit failed -4
77.78%
vkQueueSubmit failed -4
88.89%
vkQueueSubmit failed -4
Apparently, this problem happens because by default some video drivers check for abnormal behavior, like this 99.99% gpu usage for more than 4 seconds.
For linux/intel users like me, one solution is to tell the i915 driver (in my case) that everything is fine by disabling temporarily the hang checking system : sudo sh -c "echo N> /sys/module/i915/parameters/enable_hangcheck"
You probably have to increase TDR value on Windows. See https://substance3d.adobe.com/documentation/spdoc/gpu-drivers-crash-with-long-computations-128745489.html.
Apparently, this problem happens because by default some video drivers check for abnormal behavior, like this 99.99% gpu usage for more than 4 seconds.
For linux/intel users like me, one solution is to tell the i915 driver (in my case) that everything is fine by disabling temporarily the hang checking system :
sudo sh -c "echo N> /sys/module/i915/parameters/enable_hangcheck"
any method for windows?
I already gave the answer in the link above for Windows users. Change both TdrDelay
and TdrDdiDelay
to 60 (in Decimal) under the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
. If the keys do not exist, right-click in the right pane and choose New > DWORD (32bit) Value
. Then restart your computer.
Just tried solution with registry. It is really works on Win10 laptop with old gtx760m. Thank you.
I already gave the answer in the link above for Windows users. Change both
TdrDelay
andTdrDdiDelay
to 60 (in Decimal) under the registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
. If the keys do not exist, right-click in the right pane and chooseNew > DWORD (32bit) Value
. Then restart your computer.
I already gave the answer in the link above for Windows users. Change both
TdrDelay
andTdrDdiDelay
to 60 (in Decimal) under the registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
. If the keys do not exist, right-click in the right pane and chooseNew > DWORD (32bit) Value
. Then restart your computer.
After I did so, it won't run now "This app can't run on your PC" and then it shows to me in CMD "Access is denied"
I already gave the answer in the link above for Windows users. Change both
TdrDelay
andTdrDdiDelay
to 60 (in Decimal) under the registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
. If the keys do not exist, right-click in the right pane and chooseNew > DWORD (32bit) Value
. Then restart your computer.After I did so, it won't run now "This app can't run on your PC" and then it shows to me in CMD "Access is denied"
yeah that happened to me 3x during this moth for me i juts simply delete and reinstalling it and it work every time not sure why it keeps doing it i have tried to recreate this error many times but to no avail
edit sorry for bad English
realesrgan-ncnn-vulkan-20210901-windows.zip Win10 Home, GF 920M
Run with realesrgan-ncnn-vulkan.exe -i 01.JPG -o 01-up.jpg
Tried with different files, same error(s). Got black plain jpg file on output.