Keraflow
Deep Learning for Python.
|
Unsampling layer for (input_depth, input_row, input_col) inputs. More...
Public Member Functions | |
def | __init__ |
Unsampling layer for (input_depth, input_row, input_col) inputs.
(nb_samples, input_depth, input_row, input_col)
(nb_samples, input_depth, input_row*repeat[0], input_col*repeat[1])
def keraflow.layers.convolution.UnSampling2D.__init__ | ( | self, | |
repeats = (2,2 , |
|||
kwargs | |||
) |
repeats | tuple of int. Factor to repeat for each dimension. |
kwargs | see Layer.__init__. |