How can I use a trained model for new predictions? #916
Unanswered
anshumansinha16
asked this question in
Q&A
Replies: 1 comment
-
|
See FAQ Q: How can I save a trained model and then load the model later? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried the DeepOnet operator learning example according to the dataset generated from grf link . Now I want to apply the trained model on a known pair of function like cos(x) and sin(x) ; I'll generate my input data-field data as
x = np.arange(0,4*np.pi,0.1);u(y) =y = np.cos(x)now I want to plot the anti-derivate of my u(y) and compare it withy = np.cos(x).What additional code shall I implement in order to do so!
Beta Was this translation helpful? Give feedback.
All reactions