Hello team, may I kindly find some guidelines on h...
# neural-forecast
p
Hello team, may I kindly find some guidelines on how to reduce the number of epochs trained for Auto Classes (such as AutoLSTM,..)
m
Hello! In the config that you pass, you can set the
max_steps
key to any integer you want. This controls how long your model trains. Also, you could set the `early_stop_patience_steps`to stop training when the validation loss does not improve. I hope this helps!
🙏 1
p
thank you so much Marco