dataeval.utils.models.Encoder¶
- class dataeval.utils.models.Encoder(input_shape, encoding_dim)¶
A simple encoder to be used in an autoencoder model.
It consists of a CNN followed by a fully connected layer.
- Parameters:¶
A simple encoder to be used in an autoencoder model.
It consists of a CNN followed by a fully connected layer.