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

Moved import statements into the conditionals to remove tf dependency #102

Closed pdasigi closed 8 years ago

pdasigi commented 8 years ago

@DeNeutoy , this is a minor change to remove the dependency on tensorflow, and to allow the code to run on machines where only Theano is installed. I'm assigning this to you since I think you wrote the original code.