You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that you recreated the iTransformer based on the thuml/iTransformer library. I have been comparing your library and Thuml's library and it's completely different usage, especially on the pred_length parameter. I noticed in your package if I don't declaring the pred_length it will not work. Since pred_length is important and required in order to run the script, should I rely on the pred_length output because the model will automatically generate a dict output or should I create a custom training loop first and the model inside that custom training loop? (e.g. using PyTorch / Lightning)
The text was updated successfully, but these errors were encountered:
Hi @lucidrains,
I've noticed that you recreated the
iTransformer
based on thethuml/iTransformer
library. I have been comparing your library and Thuml's library and it's completely different usage, especially on thepred_length
parameter. I noticed in your package if I don't declaring thepred_length
it will not work. Sincepred_length
is important and required in order to run the script, should I rely on thepred_length
output because the model will automatically generate a dict output or should I create a custom training loop first and the model inside that custom training loop? (e.g. using PyTorch / Lightning)The text was updated successfully, but these errors were encountered: