Skip to content

Commit e789ce7

Browse files
authored
Update exp_long_term_forecasting.py
1 parent e53ecf2 commit e789ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/exp_long_term_forecasting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def test(self, setting, test=0):
705705
else:
706706
prompt_emb=prompt_emb.unsqueeze(-1)
707707
prompt_y=norm(prompt_emb)+prior_y
708-
outputs=(1-self.prompt_weight)*outputs+self.prompt_weight*prompt_y
708+
#outputs=(1-self.prompt_weight)*outputs+self.prompt_weight*prompt_y
709709
f_dim = -1 if self.args.features == 'MS' else 0
710710
outputs = outputs[:, -self.args.pred_len:, :]
711711
outputs=(1-self.prompt_weight)*outputs+self.prompt_weight*prompt_y

0 commit comments

Comments
 (0)