How do use the optimized to predict the test_data? #1491
LittleAnt69
started this conversation in
Feature Requests & Feedback
Replies: 1 comment 1 reply
-
Hey, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions