Shapes.reduceDims is difficult to understand
オープン
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 928
- フォーク
- 227
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I find the documentation opaque:
/**
* Reshapes the operand by reducing the shape to the specified axis.
*
* @param <T> the type of Operand
* @param scope current scope
* @param operand the operand
* @param axis the axis
* @return the reshaped operand
*/
@Endpoint(name = "reduceDims")
public static <T extends TType> Operand<T> reduceDims(
Scope scope, Operand<T> operand, Operand<TInt32> axis) {
I had no success searching for a similar function in Python TensorFlow. So I read the code, but it is fairly complex to follow.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Shapes.reduceDims メソッドから始め、現在の Javadoc と実装を読みます。この操作を利用可能な TensorFlow の動作と比較し、reshape、axis、operand、結果の shape が理解できるようにドキュメントを更新します。読者が複雑なコードを追わずに reduceDims の動作を把握できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100