How can I properly save and load this custom tensorflow model?
A tensorflow layer in a model is simply not loading correctly after saving no matter what I do with it, the model trains and saves well but doesn’t load when I need it at a later time. I save the model with model.save and load it with tf.keras.models.load_model.
This is the layer in question: