Commit 26d792d4 authored by Richard Muñoz's avatar Richard Muñoz Committed by Yuxin Wu

GlobalAveragePooling: convert to tf.layers data_format (#678)

parent a759dbb0
......@@ -57,6 +57,7 @@ def AvgPooling(
@layer_register(log_shape=True)
@convert_to_tflayer_args(args_names=[], name_mapping={})
def GlobalAvgPooling(x, data_format='channels_last'):
"""
Global average pooling as in the paper `Network In Network
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment