We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lac = LAC(mode='lac') File "D:\project\sentence.mining.model\auto.summarization\venv\lib\site-packages\LAC\lac.py", line 65, in init model = LacModel(model_path, mode, use_cuda) File "D:\project\sentence.mining.model\auto.summarization\venv\lib\site-packages\LAC\models.py", line 233, in init super(LacModel, self).init(model_path, mode, use_cuda) File "D:\project\sentence.mining.model\auto.summarization\venv\lib\site-packages\LAC\models.py", line 66, in init self.predictor = create_paddle_predictor(config) RuntimeError: Unknown exception
我丢 啊,这谁能解决一下啊, 然而在linux中却不会报这个错误
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lac = LAC(mode='lac')
File "D:\project\sentence.mining.model\auto.summarization\venv\lib\site-packages\LAC\lac.py", line 65, in init
model = LacModel(model_path, mode, use_cuda)
File "D:\project\sentence.mining.model\auto.summarization\venv\lib\site-packages\LAC\models.py", line 233, in init
super(LacModel, self).init(model_path, mode, use_cuda)
File "D:\project\sentence.mining.model\auto.summarization\venv\lib\site-packages\LAC\models.py", line 66, in init
self.predictor = create_paddle_predictor(config)
RuntimeError: Unknown exception
我丢 啊,这谁能解决一下啊, 然而在linux中却不会报这个错误
The text was updated successfully, but these errors were encountered: