hemingkx / CLUENER2020

A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.
470 stars 107 forks source link

没有显示报错但是模型没有正常加载运行 #24

Open sore-2001 opened 4 months ago

sore-2001 commented 4 months ago

系统日志如下: 2024-05-23 21:16:07,477:INFO: device: cuda:0 2024-05-23 21:16:07,478:INFO: --------Process Done!-------- 2024-05-23 21:16:26,466:INFO: --------Dataset Build!-------- 2024-05-23 21:16:26,467:INFO: --------Get Dataloader!-------- 然后运行结束,由于cuda版本为12.1无法兼容低版本的pytorch,使用的pytorch版本为2.3 其余的包都正常安装,当时项目无法运行,求解答,谢谢!!