MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / apply_gradients

Method apply_gradients

tensorpack/tfutils/optimizer.py:40–41  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

38
39 @HIDE_DOC
40 def apply_gradients(self, *args, **kwargs):
41 return self._opt.apply_gradients(*args, **kwargs)
42
43
44def apply_grad_processors(opt, gradprocs):

Callers 10

buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
apply_gradientsMethod · 0.45
apply_gradientsMethod · 0.45
update_gradMethod · 0.45
_setup_graphMethod · 0.45
_setup_graphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected