Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

UpSampling

UpSampling layers.


Description

Repeats each temporal step size a given number of times.

Usage

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


kerasR

R Interface to the Keras Deep Learning Library

v0.6.1
LGPL-2
Authors
Taylor Arnold [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.