Metadata-Version: 2.1
Name: cmtb
Version: 0.0.2
Summary: Confusion matrix in tensorboard
Home-page: https://github.com/mr-francois/cmtb
Author-email: mr.francois@gmx.de
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: tensorflow
Requires-Dist: numpy
Requires-Dist: sklearn
Requires-Dist: matplotlib

# Create a confusion matrix in tensorboard

Track training and validation scores of your model for every epoch.

![](images/tb_train.png)

# Installation

`pip install -e git+https://github.com/mr-francois/cmtb.git#egg=cmtb`

# Example 

See this [notebook](https://colab.research.google.com/drive/1KEc38Hiusb85GAoBjxQfoHy95xs8KVLP?usp=sharing)


