NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.83k stars 899 forks source link

Set default backend dl library. #713

Closed voladorlu closed 5 years ago

voladorlu commented 5 years ago

May I ask how to change the default backend dl engine.

I'm trying "import matchzoo as mz", it seems to using theano as the default backend.

I already have tensorflow and theano. But I wanna use tensorflow as default backend.

I checked the document, but didn't find the instructions.

uduse commented 5 years ago

This may be helpful https://keras.io/backend/

voladorlu commented 5 years ago

It looks helpful. Thank you so much!