Skip to content

Commit 248ccf6

Browse files
committed
update
Signed-off-by: Faakhir30 <zahidfaakhir@gmail.com>
1 parent cf4d89a commit 248ccf6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pytorch_forecasting/models/temporal_fusion_transformer/_tft_pkg_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,17 @@ def get_test_train_params(cls):
5959
hidden_size=16,
6060
attention_head_size=4,
6161
),
62-
# non-point nn loss: mean/var head via free output_size
6362
dict(
6463
loss=nn.GaussianNLLLoss(),
6564
output_size=2,
6665
hidden_size=16,
6766
attention_head_size=2,
6867
),
69-
# class nn loss: logits head + discrete class_label target fixture
7068
dict(
7169
loss=nn.CrossEntropyLoss(),
7270
output_size=2,
7371
hidden_size=16,
7472
attention_head_size=2,
75-
datamodule_cfg=dict(target="class_label"),
7673
),
7774
dict(datamodule_cfg=dict(max_encoder_length=5, max_prediction_length=3)),
7875
dict(

0 commit comments

Comments
 (0)