When I train the model, assuming epoch=100, when epoch=50, the mse is the smallest. So how do I use the optimized model to predict the test_data?
In addition, the parameter checkpointing=True can be set in the fit() function to save the optimized model parameters, but I have no way to load this model parameter. Is there any way to load the saved parameters?
The parameter form is as follows:epoch=3-step=92.ckpt.
When I train the model, assuming epoch=100, when epoch=50, the mse is the smallest. So how do I use the optimized model to predict the test_data?
In addition, the parameter checkpointing=True can be set in the fit() function to save the optimized model parameters, but I have no way to load this model parameter. Is there any way to load the saved parameters?
The parameter form is as follows:epoch=3-step=92.ckpt.