Different options to train an autoencoder usng TensorFlow 2

This workflow shows the different options of training and executing a network using TF2 on the example of an autoencoder: Option 1: Define network using Keras Layer nodes, train and execute using TF2 Option 2: Define network using Python code, train and execute using TF2 Option 3. Define and train the network using Keras, convert and save as TF2 model, read TF2 model, and execute network using TF2.


This is a companion discussion topic for the original entry at https://kni.me/w/g7RP4ARcZXNLAgzd