Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ get_optimizer
Method
get_optimizer
examples/SuperResolution/GAN.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
71
@memoized_method
72
def
get_optimizer(self):
73
return
self.optimizer()
74
75
76
class
GANTrainer(TowerTrainer):
Callers
3
_build_gan_trainer
Method · 0.45
_build_multigpu_gan_trainer
Method · 0.45
__init__
Method · 0.45
Calls
1
optimizer
Method · 0.45
Tested by
no test coverage detected