From ee0e31a9b8d95fb36746fc2e4a853fb22bd5f2a4 Mon Sep 17 00:00:00 2001 From: Somshubra Majumdar Date: Wed, 1 Mar 2017 14:08:01 -0600 Subject: [PATCH] Fix typo --- keras_contrib/layers/convolutional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras_contrib/layers/convolutional.py b/keras_contrib/layers/convolutional.py index dedc0f6..d43a357 100644 --- a/keras_contrib/layers/convolutional.py +++ b/keras_contrib/layers/convolutional.py @@ -469,7 +469,7 @@ class SubPixelUpscaling(Layer): and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network" (https://arxiv.org/abs/1609.05158). - This layer requires a Convolution2D prior to it, having output nb_filter computed accordomg to + This layer requires a Convolution2D prior to it, having output nb_filter computed according to the formula : nb_filter = k * (scale_factor * scale_factor)