mirror of
https://github.com/dmis-lab/BERN2.git
synced 2026-04-03 00:18:29 -06:00
need gpu and FileNotFoundError #54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangweizhenGitHub on 6/12/2022
hello,mjeensung


.
when I install local berns,I have these two situations:
1. in CPU, I can start the run bash run_bern2.sh, and use
plain text as input to do ENR, However, it can only execute a few texts, and then an error appears, indicating that the GPU is required。like this
2.so I use GPU for it , But when I use GPU meachine , another issue was happen:
(FileNotFoundError: [Errno 2] #24)(),I also installed CRF++0.58.
so,Therefore, I am very confused about these two problems. What is the direct cause of them?