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
You can indeed use a custom training loop since iTransformer relies on PyTorch so you can modify as much as you like as it follows the PyTorch guidelines.
I used a custom training loop and tested with different criteria and it's perfectly fine on mine.
Hi @lucidrains,
Thank you for your work.
Is it possible to implement a custom training loop using the following code?
Model
Loss_func and Optimizer
Training loop
The text was updated successfully, but these errors were encountered: