dataeval.utils.models¶
Simple PyTorch model architectures used by DataEval.
Classes¶
An autoencoder model with a separate encoder and decoder. |
|
A simple decoder to be used in an autoencoder model. |
|
A simple encoder to be used in an autoencoder model. |
|
Gaussian Mixture Model (GMM) density network for converting latent representations. |
|
Variational Autoencoder model with separate encoder and decoder. |
|
Variational Autoencoder Decoder. |
|
Variational Autoencoder Encoder that outputs mean and log-variance. |