RetrieveTPUEmbeddingMomentumParameters

パブリック最終クラスRetrieveTPUEmbeddingMomentumParameters

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

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

ネストされたクラス

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

パブリックメソッド

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

継承されたメソッド

パブリックメソッド

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

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

新しい RetrieveTPUEmbeddingMomentumParameters オペレーションをラップするクラスを作成するためのファクトリ メソッド。

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

public出力<Float> momenta ()

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

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

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

public static RetrieveTPUEmbeddingMomentumParameters.Options tableId (Long tableId)

public static RetrieveTPUEmbeddingMomentumParameters.Options tableName (String tableName)