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

Function max_pool_2x2

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

Source from the content-addressed store, hash-verified

39
40
41def max_pool_2x2(x):
42 return tf.nn.max_pool(x, ksize=[1, 3, 3, 1], strides=[1, 2, 2, 1], padding='VALID')
43
44
45def lrn(x):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected