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

Method __init__

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

Source from the content-addressed store, hash-verified

91class ReluInit(object):
92
93 def __init__(self):
94 pass
95
96 def __call__(self, shape, name=None):
97 if len(shape) == 2:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected