Keraflow
Deep Learning for Python.
 All Classes Namespaces Functions Pages
keraflow.layers.convolution.UnSampling1D Class Reference

Repeat each temporal step length times along the time axis. More...

Inheritance diagram for keraflow.layers.convolution.UnSampling1D:
keraflow.layers.convolution.UnSamplingBase

Public Member Functions

def __init__
 

Detailed Description

Repeat each temporal step length times along the time axis.

  • input_shape: 3D, (nb_samples, sequence_length, input_dim)
  • output_shape: 3D, (nb_samples, sequence_length*repeat, input_dim)

Constructor & Destructor Documentation

def keraflow.layers.convolution.UnSampling1D.__init__ (   self,
  repeat = 2,
  kwargs 
)
Parameters
repeatint. Factor to repeat.
kwargssee Layer.__init__.