Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
44
def
apply_grad_processors(opt, gradprocs):
Callers
10
build
Method · 0.45
_apply_gradients_and_copy
Method · 0.45
build
Method · 0.45
build
Method · 0.45
build
Method · 0.45
apply_gradients
Method · 0.45
apply_gradients
Method · 0.45
update_grad
Method · 0.45
_setup_graph
Method · 0.45
_setup_graph
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected