mattsherar / Temporal_Fusion_Transform

Pytorch Implementation of Google's TFT
241 stars 60 forks source link

Whether this project can reproduce the results in the corresponding paper #7

Open yangye19960922 opened 3 years ago

yangye19960922 commented 3 years ago

Hello, I am very interested in your code and I would like to ask whether your algorithm can reproduce the results in the paper

Scallions commented 3 years ago

Hello, I am very interested in your code and I would like to ask whether your algorithm can reproduce the results in the paper

Hi, do u reproduce the results of the paper? I only get 0.029 the best of p90 results.

vincrichard commented 3 years ago

Hello, I studied the code and the implementation is actually quiet far from the original paper. It seems it reuse some code from pytorch-forecasting repository but change some aspect of it.

Anyway I advise you to not use the code as it is, if you want to reproduce the results in the paper.