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

Method __init__

lib/inits.py:78–79  ·  view source on GitHub ↗
(self, scale=0.25)

Source from the content-addressed store, hash-verified

76class Identity(object):
77
78 def __init__(self, scale=0.25):
79 self.scale = scale
80
81 def __call__(self, shape, name=None):
82 if shape[0] != shape[1]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected