Replies: 1 comment 3 replies
-
There are a couple of options for model_interrupt which allows you to skip just one model when =True or 'end_generation' to end the entire generation. I have always wanted to add a timeout just like you described, but the problem is I would have to check the start time vs run time, and I can't do that inside the model, only before/after each model runs. So it doesn't help at all for situations where just a few models are being unreasonably slow, which is the more common problem. It would only help where you want to vaguely limit the end time, not an exact end time. IDK if that would be helpful? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys! How are you all doing?
I am using AutoTS frequently now, but I have been struggling in setting a limit to the execution time while fitting the AutoTS.
I wanted to know if there is such a feature already implemented, or if there are any perspective of having this feature. I do know I can use the keyboard to interrupt the execution, however I would be interested in setting the limit by actual time.
Thanks and hope to hear from any of you soon :)
Beta Was this translation helpful? Give feedback.
All reactions