Open MrDr-Pan opened 4 months ago
@lucidrains, please answer, do your package uses pretrained models from original git (article author's git) or training loop implemented inside model call? Is preds = model(time_series)
just apply trained model or train it and then apply to time_series?
Thanks for sharing the codes, and the paper is great! I've noticed that this project is only an architecture of iTransformer, how can I train the model?