How do I save a keras model without its training hyperparameters and other training data?
I have trained a CNN model and I am trying to serve it using a Flask server in localhost as an exe. I want to distribute my model to other people so they can make predictions but I want to hide my training hyperparameters.