My tf.keras model is :
tf.keras
def build_model( input_dim:int, tag_size:int, ): """ """ model = tf.ker