tensorflow / tensorflow/java

Possibly missing op functions: reduce mean/std/variance, std, variance?

未关闭
#148 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Java
星标
928
派生
227
PR 合并指标
30 天内没有已合并 PR

描述

I've noticed that a few ops present in the python docs are missing for reasons I can't determine. Specifically reduce_mean, reduce_std, and reduce_variance. reduce_mean seems like it is just missing the reduce wrapper (it's present in math.mean) but I can't find methods for standard deviation or variance at all. I thought it might be related to #117 so I went looking through the api def protos, and there aren't any standard deviation or variance protos, but there aren't any reduce op protos either so I'm not sure what's up. Regardless of whether this is #117 or not, variance at least would be nice to have.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先,将 Python 文档中说明的 reduce_mean、reduce_std 和 reduce_variance 操作与现有的 math.mean 实现以及 issue 中引用的 API 定义 proto 进行比较。查看 issue #117 了解相关背景;完成意味着预期的操作及其 proto 或 wrapper 要求已得到解决,并由 Java API 覆盖。

由索引模型根据 Issue 内容生成。

评估

技术栈
java, tensorflow
领域
api
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。