运行SEAM实验的一些问题

使用SEAM出现的两个问题

Running setup.py install for pydensecrf … error ERROR: Command errored out with exit status 1
python版本太高了,创建python3.6的环境

CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
报错的traceback信息显示读取模型model = torch.nn.DataParallel(model).cuda()出错
pytorch版本太高,1.10不行,要降到1.8.0

上一篇:linux scp放后台执行方法


下一篇:pycocotools的安装