How to export GluonTS Estimator's trained_net model #1420
Unanswered
Giangblackk
asked this question in
Q&A
Replies: 2 comments 5 replies
-
I don't have an answer right now, but I have a follow-up question: by trained_net do you simply mean the model? predictor.serialize(Path("/tmp/")) But I don't know how you can select where this is stored. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to export the
trained_net
from the output ofEstimator.train_model
function.Here is the basic:
I want to export the
trained_net
, so I tried:But I got error:
So I tried to hybridize and run foward (I don't really know what variable to put into foward function, so if you know it, please tell me too):
Here is the error:
Beta Was this translation helpful? Give feedback.
All reactions