How to do validation with gluonts.torch.model.deepar.DeepAREstimator
#2998
Unanswered
toby-coleman
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi, did you find out how to do this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This works work for me:
|
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
-
I'm using the Torch implementation of DeepAREstimator, and am having problems with overfitting. I would like to be able to use a validation set when training, but I cannot see how this works.
When I train the model with this code:
I get the following output:
I can't see any documentation on how to set
val_dataloader
.Beta Was this translation helpful? Give feedback.
All reactions