摘要:
这行报错predict = model(Variable(x_train)) RuntimeError: Expected object of type torch.cuda.FloatTensor but found type torch.FloatTensor for argument #4 ' 阅读全文
摘要:
运行Faster rcnn FPN网络,出现的bug:RuntimeError: reciprocal is not implemented for type torch.cuda.LongTensor 解决办法: anchor_target_layer_fpn.py", line 136: num 阅读全文