RetrieveTPUEmbeddingAdagradParameters

パブリック最終クラスRetrieveTPUEmbeddingAdagradParameters

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

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

ネストされたクラス

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

パブリックメソッド

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

継承されたメソッド

パブリックメソッド

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

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

public static RetrieveTPUEmbeddingAdagradParameters.Options構成(文字列構成)

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

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

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

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

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

public static RetrieveTPUEmbeddingAdagradParameters.Options tableId (Long tableId)

public static RetrieveTPUEmbeddingAdagradParameters.Options tableName (String tableName)