I have been trying to save weights of a Sagemaker Estimator object after a "fit" method. But apparently the estimator objects do not have a "save_weights" method like for a tensorflow model. Is there a way where we can save the weights of the said Sagemaker Estimator object in the ".h5" format?
I have seen the answer to this Get weights after training from Sagemaker Estimator, but I was not successful in getting what I wanted.