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

Method __init__

lib/inits.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39class Frob(object):
40
41 def __init__(self):
42 pass
43
44 def __call__(self, shape, name=None):
45 r = np_rng.normal(loc=0, scale=0.01, size=shape)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected