graph4ai / graph4nlp

Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources!
Apache License 2.0
1.67k stars 201 forks source link

Why keep connecting to stanfordcorenlp server #592

Open uncle-tou opened 1 year ago

uncle-tou commented 1 year ago

❓ Questions and Help

Hello, I am a new learner in NLP and GNN, I download the project and tried to run this project: (https://github.com/graph4ai/graph4nlp/tree/master/examples/pytorch/summarization) I follow the guide but it didn't work, Here's What terminnal showed:

**** MODEL CONFIGURATION **** [ Using CUDA ]

out/cnn/gcn_bi_sep_l2_ckpt Connecting to stanfordcorenlp server... Connecting to stanfordcorenlp server... Connecting to stanfordcorenlp server... Connecting to stanfordcorenlp server...


It kept connecting for hours and nothing happened (no errors, just keep running and never stop). I changed network and used VPN, but it didn't work.

So confused, Can you tell me what should I do?

Anshita1Saxena commented 12 months ago

@uncle-tou , please check this post for the procedure to avoid the "Connecting to stanfordcorenlp server....": https://github.com/graph4ai/graph4nlp/issues/513 This worked for me too...