其他分享
首页 > 其他分享> > 运行SEAM实验的一些问题

运行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

标签:太高,版本,实验,CUDA,SEAM,model,might,运行
来源: https://blog.csdn.net/weixin_43567886/article/details/121300466