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

Method __init__

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

Source from the content-addressed store, hash-verified

4class Softmax(object):
5
6 def __init__(self):
7 pass
8
9 def __call__(self, x):
10 e_x = T.exp(x - x.max(axis=1).dimshuffle(0, 'x'))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected