UpSampling: UpSampling layers.

Description Usage Arguments Author(s) References

Description

Repeats each temporal step size a given number of times.

Usage

1
2
3
4
5
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)

Arguments

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.

Author(s)

Taylor B. Arnold, taylor.arnold@acm.org

References

Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.


YTLogos/kerasR documentation built on May 19, 2019, 4:04 p.m.