create_model

VAEModel.create_model()

Create tf.keras.Model.

Use BaseAEModel.create_encoder() and BaseAEModel.create_decoder() functions to set self.encoder, self.latent, self.decoder, self.model_output attributes.

Return type

Neural network model.