win10+GTX1060+tf1.15+object detection API踩坑记(5)

Non-OK-status: GpuLaunchKernel(FillPhiloxRandomKernelLaunch<Distribution>, num_blocks, block_size, 0, d.stream(), gen, data, size, dist) status: Internal: invalid device function

查找资料,本故障的原因无外乎cuda和cudnn版本不配,或cuda版本过高。

models-master版本过高?以2017年下载的版本测试,故障依旧,用2020年下载的版本试试,仍然如此。

miniconda python3.7性能不足,改为anaconda2020.2,没变化,改为anaconda3 5.2,python3.6,问题还是这样。

显卡重装了,cuda重装了,anaconda,python及models-master均重装设置了,仍未解决。

vs2017及build tools、vs2019编译问题?

上一篇:记录jpype在接口自动化中的妙用


下一篇:pyhon踩坑日记1