UKPLab / coling2018-graph-neural-networks-question-answering

Accompanying code for our COLING 2018 paper "Modeling Semantics with Gated Graph Neural Networks for Knowledge Base Question Answering"
Apache License 2.0
173 stars 29 forks source link

Model Loading #10

Closed SRL94 closed 5 years ago

SRL94 commented 5 years ago

Hi, I run python -m questionanswering.evaluate_on_test trainedmodels/DS_COLING_2018_QA_models/OneEdgeModel_2018-03-14_194679.pkl configs/webqsp_eval_config.yaml and the script says:

Loading model from file: None

I also try on other models, and I got the same issue.

daniilsorokin commented 5 years ago

Oh, sorry this is just a small logging bug. It should be working nonetheless. Does evaluate or stop after that? Did you manage to set up Wikidata endpoint successfully?

SRL94 commented 5 years ago

Thank you for the swift reply! I haven't successfully set up Wikidata endpoint. Some error occurs and I am trying to solve it.