Skip to content

Commit 43a43da

Browse files
authored
Merge pull request thuml#728 from Musongwhk/main
fix: remove output_attention from MultiPatchFormer.py according to issues#727
2 parents 4e40c43 + 912926c commit 43a43da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/MultiPatchFormer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def __init__(self, configs):
7777
self.task_name = configs.task_name
7878
self.seq_len = configs.seq_len
7979
self.pred_len = configs.pred_len
80-
self.output_attention = configs.output_attention
8180
self.d_channel = configs.enc_in
8281
self.N = configs.e_layers
8382
# Embedding

0 commit comments

Comments
 (0)