Open Mikiya0515 opened 1 month ago
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.
@ikhsansdqq Thank you for your answer! I gonna try custom traningn loop!
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