zea.models.taesd¶
Tiny Autoencoder (TAESD) model converted to Tensorflow.
For the original implementation, see the TAESD repository.
You can see an example of how to use this model in the example notebook: Autoencoder for Ultrasound Images.
Classes
|
[TAESD](https://github.com/madebyollin/taesd) model in TensorFlow. |
|
Base class for TAESD encoder and decoder. |
|
Decoder from TAESD model. |
|
Encoder from TAESD model. |
- class zea.models.taesd.TinyAutoencoder(*args, **kwargs)[source]¶
Bases:
BaseModel
[TAESD](https://github.com/madebyollin/taesd) model in TensorFlow.
- class zea.models.taesd.TinyBase(*args, **kwargs)[source]¶
Bases:
BaseModel
Base class for TAESD encoder and decoder.