You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The :class:`ZeroPad3d` class is a 3D padding layer for volume [batch, height, width, depth, channel].
204
-
205
-
Parameters
206
-
----------
207
-
layer : :class:`Layer`
208
-
The previous layer.
209
-
padding : int, or tuple of 2 ints, or tuple of 2 tuples of 2 ints.
210
-
- If int, the same symmetric padding is applied to width and height.
211
-
- If tuple of 2 ints, interpreted as two different symmetric padding values for height and width as ``(symmetric_dim1_pad, symmetric_dim2_pad, symmetric_dim3_pad)``.
212
-
- If tuple of 2 tuples of 2 ints, interpreted as ``((left_dim1_pad, right_dim1_pad), (left_dim2_pad, right_dim2_pad), (left_dim3_pad, right_dim3_pad))``.
0 commit comments