如何在我的 Keras 模型中使用 google 提供的 What If 工具 (WIT)?

How to use the What If Tool (WIT) provided by google in my Keras Model?

我使用 Tensorboard 回调,我能够访问提供的所有图表,但如何在 Tensorboard 环境中使用 What If 工具。我浏览了官方 Google post 但没弄明白多少。有人可以概述一下正常 Tensorboard 回调要遵循的不同步骤吗?

如果您想将 WIT 用于 keras 模型,请查看有关在 jupyter 或 colab notebooks 中使用 WIT 的信息,您可以在其中为您的 keras 模型编写一个包装器,以便直接在笔记本中将其与 WIT 一起使用。

文档:https://github.com/tensorflow/tensorboard/tree/master/tensorboard/plugins/interactive_inference#notebook-mode-details

包装 Keras 模型以与 WIT 一起使用的 colab 示例: https://colab.research.google.com/github/pair-code/what-if-tool/blob/master/WIT_Toxicity_Text_Model_Comparison.ipynb