RetrieveTPUEmbeddingAdagradMomentumParameters

パブリック最終クラスRetrieveTPUEmbeddingAdagradMomentumParameters

Adagrad Momentum 埋め込みパラメータを取得します。

ホストメモリへの埋め込みから最適化パラメータを取得する演算。正しい埋め込みテーブル構成を設定する ConfigureTPUEmbeddingHost オペレーションを前に置く必要があります。たとえば、この操作はチェックポイントを保存する前に更新されたパラメータを取得するために使用されます。

ネストされたクラス

クラスRetrieveTPUEmbeddingAdagradMomentumParameters.Options RetrieveTPUEmbeddingAdagradMomentumParametersのオプションの属性

パブリックメソッド

出力<浮動小数点>
アキュムレータ()
Adagrad Momentum 最適化アルゴリズムによって更新されるパラメーター アキュムレーター。
静的RetrieveTPUEmbeddingAdagradMomentumParameters.Options
config (文字列構成)
静的RetrieveTPUEmbeddingAdagradMomentumParameters
create (スコープscope、Long numShards、Long shardId、オプション...オプション)
新しい RetrieveTPUEmbeddingAdagradMomentumParameters 操作をラップするクラスを作成するファクトリ メソッド。
出力<浮動小数点>
勢い()
Adagrad Momentum 最適化アルゴリズムによって更新されるパラメータ モーメンタ。
出力<浮動小数点>
パラメーター()
パラメータ パラメータは、Adagrad Momentum 最適化アルゴリズムによって更新されます。
静的RetrieveTPUEmbeddingAdagradMomentumParameters.Options
tableId (長いテーブル ID)
静的RetrieveTPUEmbeddingAdagradMomentumParameters.Options
テーブル名(文字列テーブル名)

継承されたメソッド

パブリックメソッド

public出力<Float>アキュムレータ()

Adagrad Momentum 最適化アルゴリズムによって更新されるパラメーター アキュムレーター。

public static RetrieveTPUEmbeddingAdagradMomentumParameters.Options config (文字列構成)

public static RetrieveTPUEmbeddingAdagradMomentumParameters create (スコープscope、Long numShards、Long shardId、 Options...オプション)

新しい RetrieveTPUEmbeddingAdagradMomentumParameters 操作をラップするクラスを作成するためのファクトリ メソッド。

パラメーター
範囲現在のスコープ
オプションオプションの属性値を持ちます
戻り値
  • RetrieveTPUEmbeddingAdagradMomentumParameters の新しいインスタンス

public出力<Float> momenta ()

Adagrad Momentum 最適化アルゴリズムによって更新されるパラメータ モーメンタ。

public出力<Float>パラメータ()

パラメータ パラメータは、Adagrad Momentum 最適化アルゴリズムによって更新されます。

public static RetrieveTPUEmbeddingAdagradMomentumParameters.Options tableId (Long tableId)

public static RetrieveTPUEmbeddingAdagradMomentumParameters.Options tableName (String tableName)