MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / INLReLU

Function INLReLU

examples/GAN/CycleGAN.py:38–40  ·  view source on GitHub ↗
(x, name=None)

Source from the content-addressed store, hash-verified

36
37
38def INLReLU(x, name=None):
39 x = InstanceNorm('inorm', x)
40 return tf.nn.leaky_relu(x, alpha=0.2, name=name)
41
42
43class Model(GANModelDesc):

Callers

nothing calls this directly

Calls 1

InstanceNormFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…