I want to get a clear image of model saving. There are hyper-parameters and model in Neural Network.
After I train the model, I want to save all to use them without retraining the model.
When I save the model as h5py file (.H5) is it save hyper-parameters also?
If yes, what is the purpose of pickle file?