运行下面代码时出错:

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

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

 

相关文章:

  • 2021-07-15
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2018-07-27
  • 2021-06-01
  • 2022-12-23
猜你喜欢
  • 2021-09-13
  • 2021-12-15
  • 2021-07-08
  • 2021-07-27
  • 2021-11-29
  • 2022-01-05
相关资源
相似解决方案