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 132 forks source link

Got parameter dictionaries working, with a simple example file #86

Closed matt-gardner closed 8 years ago

matt-gardner commented 8 years ago

Parameter passing is now sane, though you can no longer just specify things from the command line. You need to create a file, and specify parameters in the file. I suppose we could allow for command-line overrides, but I'll leave that for later.

matt-gardner commented 8 years ago

Use a dict or json object for parameters to the NNSolver code