windows下CPU运行RCNN的infer.py出错
Created by: hong3731
在windows下CPU运行RCNN的infer.py出错,下载的权重是按照pretrained里面的download.sh的地址下载的,使用的paddle 1.5版本,报错的信息如下: C++ Callstacks: holder_ should not be null Tensor not initialized yet when Tensor::type() is called. at [E:\release_cuda87\paddle\paddle/fluid/framework/tensor.h:139] PaddlePaddle Call Stacks: Windows not support stack backtrace yet. 配置里面已经把设置了使用CPU add_arg('use_gpu', bool, False, "Whether use GPU.") 请问这个是什么问题呢?这个不支持windows的?