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