pytorch-ts icon indicating copy to clipboard operation
pytorch-ts copied to clipboard

Implement Temporal Fusion Transformer?

Open julioasotodv opened this issue 5 years ago • 1 comments

Hi!

First of all, thank you for this library. It is the only Pytorch lib for ts with a usable API!

I am pretty sure you already know this, but one of the latest and most famous deep learning architectures for ts forecasting is the Temporal Fusion Transformer (TFT): https://arxiv.org/abs/1912.09363

There are already two Pytorch implementations out there: this one and this other one (that is heavily inspired by the former), but both lack a nice API and there are some implementation issues.

IMO it would be a great addition to pytorch-ts.

Thank you!

julioasotodv avatar Oct 27 '20 22:10 julioasotodv

@julioasotodv I have something for you to test if you like?

kashif avatar Feb 18 '21 15:02 kashif