Hello, community !
How is the number of epochs determined in iTransformer?
o
Olivier
03/09/2025, 10:33 AM
NeuralForecast doesn't work with epochs, but with training_steps.
Olivier
03/09/2025, 10:37 AM
The number of epochs results from a specified number of training_steps and the batch_size (in most cases, in multivariate models it can be more complicated but this is how it works in general)