zea.data.layers¶
Keras layers for data preprocessing.
Classes
|
Pad layer for padding tensors to a specified shape which can be used in tf.data pipelines. |
|
Resize layer for resizing images. |
- class zea.data.layers.Pad(target_shape, uniform=True, axis=None, fail_on_bigger_shape=True, pad_kwargs=None, **kwargs)[source]¶
Bases:
Pad
Pad layer for padding tensors to a specified shape which can be used in tf.data pipelines.