diff --git a/examples/cifar10_resnet.py b/examples/cifar10_resnet.py index cadca4310d1c4f1dc5256d474cb0ca0ed437be2c..e7d2aca1a8e2747cdbe31fc187398a1d5951068b 100644 --- a/examples/cifar10_resnet.py +++ b/examples/cifar10_resnet.py @@ -130,7 +130,7 @@ def resnet_layer(inputs, activation (string): activation name batch_normalization (bool): whether to include batch normalization conv_first (bool): conv-bn-activation (True) or - activation-bn-conv (False) + bn-activation-conv (False) # Returns x (tensor): tensor as input to the next layer