tensorflow / tensorflow/java

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

オープン
#148 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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. リポジトリをフォークし、ブランチを切って変更します。
  4. 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 を短くまとめたダイジェスト。