python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PyTorch Temporal Fusion Transformer prediction output length
I have trained a temporal fusion transformer on some training data and would like to predict on some unseen data. To do so, I'm using the pytorch_forecasting TimeSeriesDataSet data structures
testing ...
SimonDude
Votes: 0
Answers: 2
Temporal Fusion Transformer (Pytorch Forecasting): `hidden_size` parameter
The Temporal-Fusion-Transformer (TFT) model in the PytorchForecasting package has several parameters (see: https://pytorch-forecasting.readthedocs.io/en/latest/_modules/pytorch_forecasting/models/temp...

ixaixim
Votes: 0
Answers: 1
Pytorch Forecasting vs Darts, experiences welcome
I was wondering which package to use between pytorch forecasting (https://pytorch-forecasting.readthedocs.io/en/stable/) or darts (https://unit8co.github.io/darts/). I have been trying both, it looks ...
cosmogato
Votes: 0
Answers: 2
Unknown category '2' encountered. Set `add_nan=True` to allow unknown categories pytorch_forecasting
error: "Unknown category '2' encountered. Set add_nan=True to allow unknown categories" while creating time series dataset in pytorch forecasting.
training = TimeSeriesDataSet(
train,
time_i...
Loki
Votes: 0
Answers: 2