Keraflow
Deep Learning for Python.
|
Repeat each temporal step length
times along the time axis.
More...
Public Member Functions | |
def | __init__ |
Repeat each temporal step length
times along the time axis.
(nb_samples, sequence_length, input_dim)
(nb_samples, sequence_length*repeat, input_dim)
def keraflow.layers.convolution.UnSampling1D.__init__ | ( | self, | |
repeat = 2 , |
|||
kwargs | |||
) |
repeat | int. Factor to repeat. |
kwargs | see Layer.__init__. |