作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
查看 DNNLinearCombinedEstimator 的文档,我看到第一个参数是一个 _Head 对象:
Args:
head: A _Head object.
我根本找不到关于这个的文档。
这是什么?
最佳答案
Interface for the head/top of a model.
Given logits (or output of a hidden layer), a Head knows how to compute predictions, loss, default metric and export signature.
继续阅读,它看起来只是一些对象,您可以从中获得模型的预测、损失和更多信息,创建它是为了简化 model_fn()。通常每个模型目标都有一个头部对象。
关于tensorflow - Tensorflow 中的 _Head 对象是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43401393/
查看 DNNLinearCombinedEstimator 的文档,我看到第一个参数是一个 _Head 对象: Args: head: A _Head object. 我根本找不到关于这个的文档。 这
我是一名优秀的程序员,十分优秀!