NLP-Discourse-SoochowU / sota_end2end_parser

According to my recent four years' research in DRS parsing, I will publish a pre-trained end-to-end DRS parser here for other researchers to directly apply it to specific NLP downstream tasks. Researchers using this project please cite our paper at xxx (coming soon).
Apache License 2.0
5 stars 3 forks source link

something about cuda version #5

Open eeehco opened 2 months ago

eeehco commented 2 months ago

Hello author, thank you for your excellent work first. I encountered the following issue while building an RST tree using your code. It seems to be a version issue with CUDA and TORCH. Now my torch is 1.3.1, and CUDA has tried 10.0 and 11.2, both of which have the same error.

image