1 | initial version |
using 3.4.3, you can't do much about it. situation has improved a bit on master branch, but imho, it's still WIP.
all you can do now is -- try a different model / network / architecture.
if it's a detection one, you can also try to use smaller input windows (e.g. 150x150 instead of 300x300)
2 | No.2 Revision |
using 3.4.3, you can't do much about it. situation has improved a bit on master branch, but imho, it's still WIP.
you could try to set the env var: OPENCV_DNN_OPENCL_ALLOW_ALL_DEVICES=1
(maybe that gets you around it, but i'm only guessing)
apart from that, all you can do now is -- try a different model / network / architecture.
if it's a detection one, you can also try to use smaller input windows (e.g. 150x150 instead of 300x300)