Skip to content
New issue

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

stanford-english-corenlp-2018-10-05-models.jar #13

Closed
huyankun2020022098 opened this issue Mar 26, 2022 · 2 comments
Closed

stanford-english-corenlp-2018-10-05-models.jar #13

huyankun2020022098 opened this issue Mar 26, 2022 · 2 comments

Comments

@huyankun2020022098
Copy link

C:\Anaconda3\envs\tensorflow\python.exe F:/HMEAE-master/train.py --mode DMCNN
WARNING:tensorflow:From F:/HMEAE-master/train.py:26: The name tf.app.run is deprecated. Please use tf.compat.v1.app.run instead.

--File Extraction Finish--
--Entity Extraction Finish--
Traceback (most recent call last):
File "F:/HMEAE-master/train.py", line 26, in
tf.app.run()
File "C:\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\platform\app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
File "C:\Anaconda3\envs\tensorflow\lib\site-packages\absl\app.py", line 299, in run
_run_main(main, args)
File "C:\Anaconda3\envs\tensorflow\lib\site-packages\absl\app.py", line 250, in _run_main
sys.exit(main(argv))
File "F:/HMEAE-master/train.py", line 15, in main
extractor.Extract()
File "F:\HMEAE-master\utils.py", line 388, in Extract
self.Event_Extract()
File "F:\HMEAE-master\utils.py", line 144, in Event_Extract
nlp = StanfordCoreNLPv2(constant.corenlp_path)
File "F:\HMEAE-master\utils.py", line 438, in init
super(StanfordCoreNLPv2,self).init(path)
File "C:\Anaconda3\envs\tensorflow\lib\site-packages\stanfordcorenlp\corenlp.py", line 46, in init
if not subprocess.call(['java', '-version'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) == 0:
File "C:\Anaconda3\envs\tensorflow\lib\subprocess.py", line 287, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Anaconda3\envs\tensorflow\lib\subprocess.py", line 729, in init
restore_signals, start_new_session)
File "C:\Anaconda3\envs\tensorflow\lib\subprocess.py", line 1017, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。

@huyankun2020022098
Copy link
Author

ImportError: Could not find 'cudart64_90.dll'.

@Bakser Bakser closed this as completed Apr 22, 2022
@huyankun2020022098
Copy link
Author

huyankun2020022098 commented Nov 9, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants