MCPcopy Create free account
hub / github.com/Newmu/dcgan_code / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RegularizerClass · 0.85

Tested by

no test coverage detected