MCPcopy Create free account
hub / github.com/MethodsOfMachineLearning/cabs / _GradMom

Function _GradMom

gradient_moment.py:111–132  ·  view source on GitHub ↗

Wrapper function for the operation type-specific GradMom functions below. Inputs: :op: A tensorflow operation of type in VALID_TYPES. :v: The read-tensor of the trainable variable consumed by this operation. :out_grad: The tensor containing the gradient w.r.t. to the output of

(op, v, out_grad, batch_size, mom=2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

grads_and_grad_momsFunction · 0.85

Calls 3

_MatMulGradMomFunction · 0.85
_Conv2DGradMomFunction · 0.85
_AddGradMomFunction · 0.85

Tested by

no test coverage detected