テンソルフロー::作戦::リソース適用追加署名
#include <training_ops.h>
AddSign の更新に従って「*var」を更新します。
まとめ
m_t <- beta1 * m_{t-1} + (1 - beta1) * g update <- (alpha +sign_decay *sign(g) *sign(m)) * g 変数 <- 変数 - lr_t * 更新
引数:
- スコープ:スコープオブジェクト
- var: Variable() から取得する必要があります。
- m: Variable() からのものである必要があります。
- lr: スケーリング係数。スカラーでなければなりません。
- アルファ: スカラーでなければなりません。
- Sign_decay: スカラーでなければなりません。
- beta: スカラーでなければなりません。
- grad: グラデーション。
オプションの属性 ( Attrs
を参照):
- use_locking:
True
の場合、var および m テンソルの更新はロックによって保護されます。それ以外の場合、動作は未定義ですが、競合が少なくなる可能性があります。
戻り値:
- 作成された
Operation
コンストラクターとデストラクター | |
---|---|
ResourceApplyAddSign (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input m, :: tensorflow::Input lr, :: tensorflow::Input alpha, :: tensorflow::Input sign_decay, :: tensorflow::Input beta, :: tensorflow::Input grad) | |
ResourceApplyAddSign (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input m, :: tensorflow::Input lr, :: tensorflow::Input alpha, :: tensorflow::Input sign_decay, :: tensorflow::Input beta, :: tensorflow::Input grad, const ResourceApplyAddSign::Attrs & attrs) |
パブリック属性 | |
---|---|
operation |
公共機能 | |
---|---|
operator::tensorflow::Operation () const |
パブリック静的関数 | |
---|---|
UseLocking (bool x) |
構造体 | |
---|---|
tensorflow:: ops:: ResourceApplyAddSign:: Attrs | ResourceApplyAddSignのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
公共機能
リソース適用追加署名
ResourceApplyAddSign( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input m, ::tensorflow::Input lr, ::tensorflow::Input alpha, ::tensorflow::Input sign_decay, ::tensorflow::Input beta, ::tensorflow::Input grad )
リソース適用追加署名
ResourceApplyAddSign( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input m, ::tensorflow::Input lr, ::tensorflow::Input alpha, ::tensorflow::Input sign_decay, ::tensorflow::Input beta, ::tensorflow::Input grad, const ResourceApplyAddSign::Attrs & attrs )
演算子::tensorflow::オペレーション
operator::tensorflow::Operation() const
パブリック静的関数
ロックを使用する
Attrs UseLocking( bool x )