MCPcopy Index your code
hub / github.com/SystemErrorWang/White-box-Cartoonization / max_pool

Method max_pool

train_code/loss.py:66–68  ·  view source on GitHub ↗
(self, bottom, name)

Source from the content-addressed store, hash-verified

64 return self.conv4_4
65
66 def max_pool(self, bottom, name):
67 return tf.nn.max_pool(bottom, ksize=[1, 2, 2, 1],
68 strides=[1, 2, 2, 1], padding='SAME', name=name)
69
70 def conv_layer(self, bottom, name):
71 with tf.variable_scope(name):

Callers 1

build_conv4_4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected