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

Method __call__

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

Source from the content-addressed store, hash-verified

39 pass
40
41 def __call__(self, x):
42 return (x + abs(x)) / 2.0
43
44class ClippedRectify(object):
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected