MCPcopy
hub / github.com/junyanz/iGAN / __init__

Method __init__

lib/updates.py:53–54  ·  view source on GitHub ↗
(self, regularizer=Regularizer(), clipnorm=0.)

Source from the content-addressed store, hash-verified

51class Update(object):
52
53 def __init__(self, regularizer=Regularizer(), clipnorm=0.):
54 self.__dict__.update(locals())
55
56 def __call__(self, params, grads):
57 raise NotImplementedError

Callers

nothing calls this directly

Calls 2

RegularizerClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected