anhaidgroup / deepmatcher

Python package for performing Entity and Text Matching using Deep Learning.
BSD 3-Clause "New" or "Revised" License
565 stars 130 forks source link

Logging model training metrics (log loss) + tensorboard #90

Open azfarulis opened 3 years ago

azfarulis commented 3 years ago

Hi Sidharth,

Thanks for this well-composed library. I wanted to know if deepmatcher exposes log loss when training the model (I can see that it returns the F1 score but would like to also track log loss). Does it work with tensorboard?

Thanks in advance.