create_model
- BaseAEModel.create_model()[source]
Create
tf.keras.Model.Use
BaseAEModel.create_encoder()andBaseAEModel.create_decoder()functions to setself.encoder,self.latent,self.decoder,self.model_outputattributes.- Return type
Neural network model.