UpSampling | R Documentation |
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)
size |
integer. Upsampling factor. |
input_shape |
only need when first layer of a model; sets the input shape of the data |
data_format |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.