allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 133 forks source link

split run_model into two functions #401

Closed DeNeutoy closed 7 years ago

DeNeutoy commented 7 years ago

This is the easiest way to be able to access the run_model functionality from outside deep_qa at the moment. This way, we can load a json file seperately, get the model class from a aristo-nlp-models concrete_classes dict and then call run_model.