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

Method __init__

lib/inits.py:27–28  ·  view source on GitHub ↗
(self, scale=1.1)

Source from the content-addressed store, hash-verified

25class Orthogonal(object):
26 """ benanne lasagne ortho init (faster than qr approach)"""
27 def __init__(self, scale=1.1):
28 self.scale = scale
29
30 def __call__(self, shape, name=None):
31 print 'called orthogonal init with shape', shape

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected