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

Memory Issue #15

Open freyaya123 opened 4 years ago

freyaya123 commented 4 years ago

Hi,when I run "python -m questionanswering.train_model configs/train_gnn.yaml"

I meet the error "RuntimeError: CUDA error: out of memory"

I wonder about the memory usage of the model, how much should I prepare for this model?

gtesei commented 4 years ago

Same problem here.