Tensorboard假设工具

时间:2018-10-28 06:30:45

标签: tensorboard

我正在使用tensorboard新功能:假设工具。但是现在知道如何使用它了,我应该在我的PY文件中添加一些代码才能使用此工具吗?谁能分享给我演示如何使用它?我可以在tensorborad中找到“假设”选项,但是不知道如何根据图片中的要求进行设置 enter image description here

1 个答案:

答案 0 :(得分:1)

要在Tensorboard中使用它,您需要通过TensorFlow服务模型服务器提供模型服务,然后在推断地址字段中提供主机名和端口,并在模型名称字段中提供TF服务使用的模型名称。然后提供到磁盘上的一些tensorflow示例原型的路径,作为模型的输入,如此处所述:https://github.com/tensorflow/tensorboard/tree/master/tensorboard/plugins/interactive_inference#what-do-i-need-to-use-it-in-tensorboard

在colab或jupyter笔记本中使用假设分析工具的另一种选择,如下所示:https://colab.research.google.com/github/tensorflow/tensorboard/blob/master/tensorboard/plugins/interactive_inference/What_If_Tool_Notebook_Usage.ipynb

有关如何在笔记本内部使用该工具的文档,请参见:https://github.com/tensorflow/tensorboard/tree/master/tensorboard/plugins/interactive_inference#notebook-mode-details