MCPcopy Create free account
hub / github.com/deepdrive/deepdrive / lrn

Function lrn

tensorflow_agent/layers.py:45–46  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

43
44
45def lrn(x):
46 return tf.nn.local_response_normalization(x, depth_radius=2, alpha=2e-05, beta=0.75, bias=1.0)
47

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected