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

Method __init__

lib/activations.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82class Sigmoid(object):
83
84 def __init__(self):
85 pass
86
87 def __call__(self, x):
88 return T.nnet.sigmoid(x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected