OSError: [WinError 126] 找不到指定的模块。

运行下面代码时出错:

net = model_zoo.get_model('faster_rcnn_resnet50_v1b_voc', pretrained=True, ctx=mx.gpu(0))

原因是安装的mxnet版本不对,以前安装的是mxnet-cu90,换成mxnet-cu100就正常了。

 

posted @ 2020-07-27 20:08  MSTK  阅读(3347)  评论(0编辑  收藏  举报