NTMC-Community / MatchZoo

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

Enable tensorboard visualization and debugging #335

Closed logicmd closed 5 years ago

logicmd commented 6 years ago

Hi, I was aware that models are using Keras interface and Tensorflow backend. Can we add logging to enable tensorboard visualization?

Thanks!

pl8787 commented 6 years ago

That's a good idea.

uduse commented 5 years ago

You may create a tensorboard callback and pass it to fit like in keras. Please consult keras documentation for further details.