Repeats each temporal step size a given number of times.
UpSampling1D(size = 2, input_shape = NULL)UpSampling2D(size = c(2, 2), data_format = NULL, input_shape = NULL)
UpSampling3D(size = c(2, 2, 2), data_format = NULL, input_shape = NULL)
integer. Upsampling factor.
only need when first layer of a model; sets the input shape of the data
A string, one of channels_last (default) or channels_first.
Taylor B. Arnold, taylor.arnold@acm.org
Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.