dqwang122 / HeterSumGraph

Code for ACL2020 paper "Heterogeneous Graph Neural Networks for Extractive Document Summarization"
244 stars 52 forks source link

There is no explanation about argument about embedding_path #1

Closed Dorurung closed 4 years ago

Dorurung commented 4 years ago

In train.py line 266, there is an argument named embedding_path with default path that is not in the git directory. I think the code will work when I get the GLOVE embedding file to some directory and modify the argument there, but there is no explanation about that.

dqwang122 commented 4 years ago

Thank you for pointing this out! I will add this argument to the command line in README.