Hello, community ! How is the number of epochs det...
# neural-forecast
u
Hello, community ! How is the number of epochs determined in iTransformer?
o
NeuralForecast doesn't work with epochs, but with training_steps.
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)