MCPcopy Create free account
hub / github.com/ACL2020SpellGCN/SpellGCN / __init__

Method __init__

optimization.py:95–111  ·  view source on GitHub ↗

Constructs a AdamWeightDecayOptimizer.

(self,
               learning_rate,
               weight_decay_rate=0.0,
               beta_1=0.9,
               beta_2=0.999,
               epsilon=1e-6,
               exclude_from_weight_decay=None,
               name="AdamWeightDecayOptimizer")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected