CoderPat / structured-neural-summarization

A repository with the code for the paper with the same title
MIT License
74 stars 26 forks source link

Issues in inference code after removal of labels #16

Open ioana-blue opened 5 years ago

ioana-blue commented 5 years ago

I described the issue in the PR that "fixes" it #8

There are problems after removing labels in running the code as is (to fix, labels needs to be remove from the input iterator; an empty labels should be sent to the model and then the OpenGNN library needs to deal with empty label dictionaries as opposed to None).